sfx, explozion

This commit is contained in:
t. boddy 2026-02-16 09:24:19 -05:00
parent a3f0474ec9
commit 75f6c7d8dc
7 changed files with 146 additions and 12 deletions

View file

@ -107,6 +107,7 @@ static void shootPlayer(){
.player = TRUE
};
spawnBullet(spawner, EMPTY);
sfxPlayerShot();
shotClock = SHOT_INTERVAL;
} else if(shotClock > 0) shotClock--;
}