1
0
Fork 0

Movable block should have a mask applied (oops)

master
Mike Gerwitz 2012-03-15 21:29:23 -04:00
parent 10ca5aa1ec
commit b8d770c9d3
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ ltjs.ClassicTileDfn = Class( 'ClassicTileDfn' )
[ 'water', 0 ], /* water alt 2 */ [ 'water', 0 ], /* water alt 2 */
[ 'atdownb', 1 ], /* anti-tank, blown up, down */ [ 'atdownb', 1 ], /* anti-tank, blown up, down */
[ 'block', 0 ], /* non-movable block */ [ 'block', 0 ], /* non-movable block */
[ 'mblock', 0 ], /* movable block */ [ 'mblock', 1 ], /* movable block */
[ 'brick', 0 ], /* brick */ [ 'brick', 0 ], /* brick */
[ 'atup', 1 ], /* anti-tank up */ [ 'atup', 1 ], /* anti-tank up */
[ 'atup', 1 ], /* anti-tank up alt */ [ 'atup', 1 ], /* anti-tank up alt */