srcimon / screwbox

Minimalist 2D Java game engine. Result of covid lockdown.
MIT License
8 stars 0 forks source link

move savegame api into ecs api #133

Closed srcimon closed 10 months ago

srcimon commented 10 months ago

engine().savegame().create is misleading. What is saved? engine().ecosphere().createSavegame() is much simpler

srcimon commented 10 months ago

merged in master