Añadidos enemigos volteados verticalmente

This commit is contained in:
2022-11-09 22:49:51 +01:00
parent 41c765619d
commit 1a95abc2f5
9 changed files with 262 additions and 35 deletions

View File

@@ -30,7 +30,7 @@ struct playerSpawn_t
float vy;
int jumpIni;
state_e state;
SDL_RendererFlip flip;
bool flipH;
};
struct player_t