- [NEW] Cat's Life
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user