Modificats els grafics del enemic nou

Afegits nous audios i veus
Completat el comportament del enemic nou
Ampliat el numero máxim de sons simultanis
This commit is contained in:
2024-12-28 21:23:04 +01:00
parent d57cc15aee
commit e61daeb92e
10 changed files with 149 additions and 42 deletions

View File

@@ -4,7 +4,7 @@
#include <SDL2/SDL.h>
#include <stdio.h>
#define JA_MAX_SIMULTANEOUS_CHANNELS 5
#define JA_MAX_SIMULTANEOUS_CHANNELS 20
struct JA_Sound_t {
Uint32 length {0};