补充素材

This commit is contained in:
SepComet 2026-06-11 15:07:32 +08:00
parent 46c76ec7fc
commit 48fd7818d7
26 changed files with 36 additions and 0 deletions

BIN
assets/tile/checkpoint.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

BIN
assets/tile/coin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

BIN
assets/tile/decor_vine.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

BIN
assets/tile/door_closed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

BIN
assets/tile/door_open.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

BIN
assets/tile/empty.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 B

BIN
assets/tile/flag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

BIN
assets/tile/ground_fill.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

BIN
assets/tile/ground_top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

BIN
assets/tile/platform.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

BIN
assets/tile/player_fall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

BIN
assets/tile/player_jump.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 806 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

BIN
assets/tile/spike.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 B

View File

@ -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" }
]
}

View File

@ -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" }
]
}