- [NEW] Cat's Life

This commit is contained in:
2024-07-25 10:16:57 +02:00
parent 1f6ce61ee2
commit 8c8449fb16
10 changed files with 107 additions and 10 deletions

View File

@@ -12,7 +12,6 @@ namespace modules
namespace gameover
{
actor::actor_t *heroi = nullptr;
int selected_option = GAMEOVER_CONTINUAR;
void init()
{
@@ -20,7 +19,7 @@ namespace modules
heroi->flags = FLAG_ANIMATED;
}
int loop()
bool loop()
{
if (input::keyPressed(SDL_SCANCODE_SPACE)) {
return false;