into main
This commit is contained in:
Ondřej Novák 2025-02-03 16:11:56 +01:00
parent 73b949fb2e
commit f67cfbcd24
11 changed files with 178 additions and 30 deletions

View file

@ -128,6 +128,7 @@ typedef struct drw_enemy_struct
char mirror;
char stoned;
const palette_t *palette;
const char *more_info;
}DRW_ENEMY;