add new sprites
BIN
assets/map/Map_scaled (1).png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 273 B After Width: | Height: | Size: 434 B |
BIN
assets/tiles/grass_ground_2.png
Normal file
|
After Width: | Height: | Size: 382 B |
BIN
assets/tiles/grass_ground_3.png
Normal file
|
After Width: | Height: | Size: 440 B |
|
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
@ -124,6 +124,8 @@ static TileInfo tile_infos[] = {
|
|||||||
{ 0x0300, "../assets/tiles/water_1.png" },
|
{ 0x0300, "../assets/tiles/water_1.png" },
|
||||||
{ 0x0301, "../assets/tiles/water_2.png" },
|
{ 0x0301, "../assets/tiles/water_2.png" },
|
||||||
{ 0x0400, "../assets/tiles/grass_ground_1.png" },
|
{ 0x0400, "../assets/tiles/grass_ground_1.png" },
|
||||||
|
{ 0x0401, "../assets/tiles/grass_ground_2.png" },
|
||||||
|
{ 0x0402, "../assets/tiles/grass_ground_3.png" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static int tile_atlas_size = 256;
|
static int tile_atlas_size = 256;
|
||||||
|
|||||||