Adoranda/include/define.h

5 lines
112 B
C

#pragma once
/*the width of the tileset*/
#define TILESET_WIDTH 29
/*the size of one tile*/
#define TILE_SIZE 16