Fix flipping sprites, start work on player
This commit is contained in:
BIN
game/art/game_player.aseprite
Normal file
BIN
game/art/game_player.aseprite
Normal file
Binary file not shown.
BIN
game/art/game_player.png
Normal file
BIN
game/art/game_player.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 380 B |
@ -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);
|
||||
|
Reference in New Issue
Block a user