Added audio playback

Playing music
This commit is contained in:
2025-10-06 21:54:48 +01:00
parent 87d3c9087e
commit 59f643b72c
7 changed files with 201 additions and 32 deletions

View File

@@ -128,7 +128,6 @@ void PlayerUpdate(F32 delta, Player *player) {
player->controls.shot = false;
V2f dir = V2F(0, 0);
if(player->health == 0){
printf("dead :(");
player->health = 3;
}
if(player->controls.upDown) {