]> git.seodisparate.com - LudumDare47_StuckInALoop/commit
Impl color selection at game start
authorStephen Seo <seo.disparate@gmail.com>
Sat, 3 Oct 2020 06:04:43 +0000 (15:04 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 3 Oct 2020 06:04:43 +0000 (15:04 +0900)
commit39c4cf33360f82356bc1a7d007859659e86381ec
tree048cbbe4dc9a83938db330505202564a2bbbee2f
parent34f5bc10bde3dec5b56ff993d0ae71f40389e8df
Impl color selection at game start

Added fonts, renamed resouces directory.
Added the main scene.
resources/ClearSans-Regular.ttf [new file with mode: 0644]
resources/clearsans-LICENSE-2.0.txt [new file with mode: 0644]
resources/player_sprite.png [moved from res/player_sprite.png with 100% similarity]
resources/stasis_pod.png [moved from res/stasis_pod.png with 100% similarity]
resources/stasis_pod_empty.png [moved from res/stasis_pod_empty.png with 100% similarity]
src/game.rs
src/player.rs
src/scenes/gamestart.rs
src/scenes/mainscene.rs [new file with mode: 0644]
src/scenes/mod.rs