First real map with real tiles
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
#ifndef CROCPARTY_GAME_DEMO_SPRITES_H
|
||||
#define CROCPARTY_GAME_DEMO_SPRITES_H
|
||||
|
||||
#include "sys/sys.h"
|
||||
|
||||
extern sys_spritesheet game_demo_sprites;
|
||||
|
||||
#endif // CROCPARTY_GAME_DEMO_SPRITES_H
|
BIN
game/art/game_tiles.aseprite
Normal file
BIN
game/art/game_tiles.aseprite
Normal file
Binary file not shown.
8
game/art/game_tiles.h
Normal file
8
game/art/game_tiles.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef CROCPARTY_GAME_TILES_H
|
||||
#define CROCPARTY_GAME_TILES_H
|
||||
|
||||
#include "sys/sys.h"
|
||||
|
||||
extern sys_spritesheet game_tiles;
|
||||
|
||||
#endif // CROCPARTY_GAME_TILES_H
|
BIN
game/art/game_tiles.png
Normal file
BIN
game/art/game_tiles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 729 B |
Reference in New Issue
Block a user