dolphin did

This commit is contained in:
MX
2023-06-09 14:14:05 +03:00
parent e9fc5f62a5
commit 53f6205766
19 changed files with 24 additions and 24 deletions

View File

@@ -232,7 +232,7 @@ static void tick(PluginState* const plugin_state) {
free(z);
plugin_state->zombies[i] = NULL;
plugin_state->score++;
//if(plugin_state->score % 15 == 0) DOLPHIN_DEED(getRandomDeed());
//if(plugin_state->score % 15 == 0) dolphin_deed(getRandomDeed());
//}
} else if(z->position.x <= WALL_X && z->position.x > 0) { // zombie got to the wall
plugin_state->zombies_count -= 1;
@@ -315,7 +315,7 @@ int32_t zombiez_game_app(void* p) {
gui_add_view_port(gui, view_port, GuiLayerFullscreen);
// Call dolphin deed on game start
DOLPHIN_DEED(DolphinDeedPluginGameStart);
dolphin_deed(DolphinDeedPluginGameStart);
PluginEvent event;
bool isRunning = true;