jakeonaut / endless-fantasy-dungeon

(made with Godot) waiting for glitch dungeon 2 crystal lovely sweet dreams castle
3 stars 0 forks source link

If player no longer holds throwable object, should still respawn when the level respawns. #76

Open jakeonaut opened 4 years ago

jakeonaut commented 4 years ago

and inventory?

jakeonaut commented 4 years ago

also, when dying, should still hold object??

jakeonaut commented 4 years ago

If player no longer holds throwable object, should still respawn when the level respawns.

therefore add throwable object child into the room "memory" ?

This should either 1) be forgotten when the player leaves the room (could possibly be annoying) 2) be remembered and written to a file per room so that objects can accumulate A) should respawn the throwableObject in the original room if player goes back B) should somehow "remove" that object via room memory file??