initial sprite animation support
@@ -4,7 +4,7 @@ from copy import deepcopy
|
||||
width = 10
|
||||
height = 8
|
||||
|
||||
grass_def = {"id": "1", "name": "2", "sprite": "grass_small"}
|
||||
grass_def = {"id": "1", "name": "2", "sprite_name": "grass_small"}
|
||||
cell_def = {"type": "Ground", "cell": {"terrain_obj": grass_def, "creature_obj": {}, "item_obj": {}}}
|
||||
|
||||
out = {}
|
||||
|
||||
|
Before Width: | Height: | Size: 161 KiB |
BIN
res/sprites/elf_left_1.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 220 KiB |
BIN
res/sprites/elf_right_1.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
res/sprites/elf_watching_1.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
BIN
res/sprites/elf_watching_2.png
Normal file
|
After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 1.8 MiB |
|
Before Width: | Height: | Size: 59 KiB |
BIN
res/sprites/grass_small_1.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
res/sprites/grass_small_2.png
Normal file
|
After Width: | Height: | Size: 65 KiB |
BIN
res/textures/water-1.jpg
Normal file
|
After Width: | Height: | Size: 213 KiB |
BIN
res/textures/water-10.jpg
Normal file
|
After Width: | Height: | Size: 259 KiB |
BIN
res/textures/water-3.jpg
Normal file
|
After Width: | Height: | Size: 334 KiB |
BIN
res/textures/water-4.jpg
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
res/textures/water-6.jpg
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
res/textures/water-8.jpg
Normal file
|
After Width: | Height: | Size: 213 KiB |