add texture variations
update map and character shadow texture
This commit is contained in:
+10
-2
@@ -196,12 +196,20 @@ static TileInfo tile_infos[] = {
|
||||
{ 0x0100, "../assets/tiles/grass_1.png" },
|
||||
{ 0x0101, "../assets/tiles/grass_2.png" },
|
||||
{ 0x0102, "../assets/tiles/grass_3.png" },
|
||||
{ 0x0103, "../assets/tiles/grass_4.png" },
|
||||
{ 0x0200, "../assets/tiles/ground_1.png" },
|
||||
{ 0x0201, "../assets/tiles/ground_2.png" },
|
||||
{ 0x0202, "../assets/tiles/ground_3.png" },
|
||||
{ 0x0300, "../assets/tiles/water_1.png" },
|
||||
{ 0x0301, "../assets/tiles/water_2.png" },
|
||||
{ 0x0400, "../assets/tiles/grass_ground_1.png" },
|
||||
{ 0x0401, "../assets/tiles/grass_ground_outer_corner.png" },
|
||||
{ 0x0402, "../assets/tiles/grass_ground_inner_corner.png" },
|
||||
{ 0x0401, "../assets/tiles/grass_ground_2.png" },
|
||||
{ 0x0402, "../assets/tiles/grass_ground_3.png" },
|
||||
{ 0x0410, "../assets/tiles/grass_ground_outer_corner.png" },
|
||||
{ 0x0411, "../assets/tiles/grass_ground_outer_corner_2.png" },
|
||||
{ 0x0420, "../assets/tiles/grass_ground_inner_corner.png" },
|
||||
{ 0x0421, "../assets/tiles/grass_ground_inner_corner_2.png" },
|
||||
{ 0x0422, "../assets/tiles/grass_ground_inner_corner_3.png" },
|
||||
};
|
||||
|
||||
static V4 cpu_tile_infos_buffer[SDL_arraysize(tile_infos)];
|
||||
|
||||
Reference in New Issue
Block a user