Saplings-Projects / 1M_sub

Game project for Fauna's 1M sub : a dungeon crawler
GNU General Public License v3.0
2 stars 12 forks source link

Opening inventory and going back to main menu leaves inventory open in main menu #130

Open Turtyo opened 4 days ago

Turtyo commented 4 days ago

Describe the bug

As per the title

To Reproduce

Note that this disappears upon starting a new game.

Expected behavior

The inventory screen should disappear when going back to the main menu

Screenshots

image image

Environment

Turtyo commented 4 days ago

Might be due to the inventory not being attached to the tree of the current scene, and thus not being exited when going back to the main menu; this will need to be checked, but that would explain this behavior