Gered's Game Dev Tools. A for-fun, retro-style set of game dev tools and other code to help with my own projects.
Go to file
Gered db261d2356 add 'Resume' state that game states go through when they wake up again
this is to provide an easy way for game states to react to the specific
scenario where they were previously paused and then are re-awakened and
may want to perform (re-)initialization like they may have done in a
previous 'Pending' state (which is only set when states are first
created)
2022-05-22 10:50:12 -04:00
examples "clean up" imports, re-export under separate top-level crates 2022-05-20 22:12:55 -04:00
libretrogd add 'Resume' state that game states go through when they wake up again 2022-05-22 10:50:12 -04:00
.gitignore update gitignore 2022-05-15 12:14:12 -04:00
Cargo.toml initial commit 2022-05-15 12:11:46 -04:00