Skip to content

Commit

Permalink
Merge pull request #140 from UwUClub/dev
Browse files Browse the repository at this point in the history
Dev to Main
  • Loading branch information
Beafowl-Pull authored Jun 22, 2023
2 parents 5d56965 + 2768fb9 commit f1a35a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/Inventory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ namespace Zappy::GUI {
+ "\nThystame: " + std::to_string(myInventory._thystame);

SceneBuilder::createText(INVENTORY_OVERLAY, InventoryOverlay, "Inventory", Ogre::Vector2(1400, 20),
Ogre::Vector2(500, 300), "Inventory.png", RESSOURCE_GROUP_NAME, Ogre::Vector2(45, 15));
Ogre::Vector2(400, 500), "Inventory.png", RESSOURCE_GROUP_NAME,
Ogre::Vector2(30, 100));
}

void Inventory::displayTilesInventory(std::pair<int, int> aPos, App &aApp)
Expand Down

0 comments on commit f1a35a3

Please sign in to comment.