补充素材
|
After Width: | Height: | Size: 164 B |
|
After Width: | Height: | Size: 195 B |
|
After Width: | Height: | Size: 140 B |
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 240 B |
|
After Width: | Height: | Size: 133 B |
|
After Width: | Height: | Size: 160 B |
|
After Width: | Height: | Size: 174 B |
|
After Width: | Height: | Size: 301 B |
|
After Width: | Height: | Size: 155 B |
|
After Width: | Height: | Size: 203 B |
|
After Width: | Height: | Size: 125 B |
|
After Width: | Height: | Size: 829 B |
|
After Width: | Height: | Size: 800 B |
|
After Width: | Height: | Size: 813 B |
|
After Width: | Height: | Size: 845 B |
|
After Width: | Height: | Size: 824 B |
|
After Width: | Height: | Size: 803 B |
|
After Width: | Height: | Size: 806 B |
|
After Width: | Height: | Size: 822 B |
|
After Width: | Height: | Size: 154 B |
|
After Width: | Height: | Size: 211 B |
|
After Width: | Height: | Size: 175 B |
|
After Width: | Height: | Size: 181 B |
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"atlas_width": 256,
|
||||
"atlas_height": 128,
|
||||
"sprites": [
|
||||
{ "name": "player_idle_0", "file": "player_idle_0.png" },
|
||||
{ "name": "player_idle_1", "file": "player_idle_1.png" },
|
||||
{ "name": "player_run_0", "file": "player_run_0.png" },
|
||||
{ "name": "player_run_1", "file": "player_run_1.png" },
|
||||
{ "name": "player_run_2", "file": "player_run_2.png" },
|
||||
{ "name": "player_run_3", "file": "player_run_3.png" },
|
||||
{ "name": "player_jump", "file": "player_jump.png" },
|
||||
{ "name": "player_fall", "file": "player_fall.png" }
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"tile_size": 32,
|
||||
"columns": 4,
|
||||
"tiles": [
|
||||
{ "id": 0, "file": "empty.png" },
|
||||
{ "id": 1, "file": "ground_top.png" },
|
||||
{ "id": 2, "file": "ground_fill.png" },
|
||||
{ "id": 3, "file": "platform.png" },
|
||||
{ "id": 4, "file": "spike.png" },
|
||||
{ "id": 5, "file": "light_platform_off.png" },
|
||||
{ "id": 6, "file": "light_platform_on.png" },
|
||||
{ "id": 7, "file": "shadow_platform_off.png" },
|
||||
{ "id": 8, "file": "shadow_platform_on.png" },
|
||||
{ "id": 9, "file": "door_closed.png" },
|
||||
{ "id": 10, "file": "door_open.png" },
|
||||
{ "id": 11, "file": "coin.png" },
|
||||
{ "id": 12, "file": "flag.png" },
|
||||
{ "id": 13, "file": "checkpoint.png" },
|
||||
{ "id": 14, "file": "spike_ceiling.png" },
|
||||
{ "id": 15, "file": "decor_vine.png" }
|
||||
]
|
||||
}
|
||||