Tile redesign

This commit is contained in:
def 2014-02-12 20:24:04 +01:00
parent 096caff08c
commit 966b0770ec
4 changed files with 1 additions and 1 deletions

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

View file

@ -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,