补充素材
This commit is contained in:
parent
46c76ec7fc
commit
48fd7818d7
Binary file not shown.
|
After Width: | Height: | Size: 164 B |
Binary file not shown.
|
After Width: | Height: | Size: 195 B |
Binary file not shown.
|
After Width: | Height: | Size: 140 B |
Binary file not shown.
|
After Width: | Height: | Size: 152 B |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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" }
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue