added new assets to drboy
This commit is contained in:
parent
d5d27498a7
commit
65043e506a
3 changed files with 1 additions and 1 deletions
BIN
Examples/drboy/assets/GameOverBanner.aseprite
Normal file
BIN
Examples/drboy/assets/GameOverBanner.aseprite
Normal file
Binary file not shown.
BIN
Examples/drboy/assets/NextLevelBanner.aseprite
Normal file
BIN
Examples/drboy/assets/NextLevelBanner.aseprite
Normal file
Binary file not shown.
|
@ -119,7 +119,7 @@ pub unsafe fn gameloop() {
|
|||
}
|
||||
if p.counter == 30 {
|
||||
p.level += 1;
|
||||
p.gamemode = GameMode::NextLevel;
|
||||
p.gamemode = GameMode::Winscreen;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue