mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Tile redesign
This commit is contained in:
parent
096caff08c
commit
966b0770ec
Binary file not shown.
Before Width: | Height: | Size: 275 KiB After Width: | Height: | Size: 302 KiB |
Binary file not shown.
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 172 KiB |
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 53 KiB |
|
@ -123,7 +123,6 @@ enum
|
||||||
TILE_STOP = 60,
|
TILE_STOP = 60,
|
||||||
TILE_STOPS,
|
TILE_STOPS,
|
||||||
TILE_STOPA,
|
TILE_STOPA,
|
||||||
TILE_PENALTY,
|
|
||||||
TILE_TELECHECKINEVIL = 63,
|
TILE_TELECHECKINEVIL = 63,
|
||||||
TILE_CP = 64,
|
TILE_CP = 64,
|
||||||
TILE_CP_F,
|
TILE_CP_F,
|
||||||
|
@ -132,6 +131,7 @@ enum
|
||||||
TILE_EHOOK,
|
TILE_EHOOK,
|
||||||
TILE_NOHIT,
|
TILE_NOHIT,
|
||||||
TILE_NPH,
|
TILE_NPH,
|
||||||
|
TILE_PENALTY = 79,
|
||||||
TILE_NPC_END = 88,
|
TILE_NPC_END = 88,
|
||||||
TILE_SUPER_END,
|
TILE_SUPER_END,
|
||||||
TILE_JETPACK_END,
|
TILE_JETPACK_END,
|
||||||
|
|
Loading…
Reference in a new issue