added new assets to drboy

This commit is contained in:
ZennDev1337 2023-08-21 15:57:20 +02:00
parent d5d27498a7
commit 65043e506a
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -119,7 +119,7 @@ pub unsafe fn gameloop() {
} }
if p.counter == 30 { if p.counter == 30 {
p.level += 1; p.level += 1;
p.gamemode = GameMode::NextLevel; p.gamemode = GameMode::Winscreen;
} }
} }