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

@ -9,6 +9,7 @@
#include "stage.h"
#include "chrome.h"
#include "start.h"
#include "sfx.h"
static void loadInternals(){
JOY_init();
@ -31,6 +32,7 @@ void loadGame(){
static void updateGame(){
updateChrome();
updatePlayer();
updateSfx();
if(clock % 2 == 0){
updateEnemies();
} else {