Fix flipping sprites, start work on player

This commit is contained in:
2024-02-27 15:35:51 -08:00
parent d823220e90
commit 57e025e6aa
4 changed files with 19 additions and 6 deletions

Binary file not shown.

BIN
game/art/game_player.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

View File

@ -126,7 +126,7 @@ void game_draw() {
0,
x1, y1-64,
16, 8,
false, false
true, true
);
sys_map_draw(game_map, game_tiles, 0, 0, map_x, 0, 32, 18);