CalebJohn / into-the-great-abyss

A prototype for a space exploration/management game.
GNU General Public License v3.0
2 stars 3 forks source link

Player Scene #81

Closed clayjohn closed 6 years ago

clayjohn commented 7 years ago

I'm not sure how much we've discussed this in the past, but I think we should have a scene that stores all of the player information. Which for now would just be totals for each of the material types. So the player would store materials and then have to travel between bases to collect materials from them to add to the player stock. This provides a nice way to transfer materials between bases without having a single global stock of materials.