/apps/demos/crawl: new tile texture, solid walls
This commit is contained in:
@ -13,19 +13,20 @@
|
||||
-- Defines classes under symbols, which could have properties attached.
|
||||
# stone_wall
|
||||
wall_texture : /assets/brick.png
|
||||
solid : 1
|
||||
. stone_floor
|
||||
tile_texture : /assets/pebbles.png
|
||||
tile_texture : /assets/mossy_rock.png
|
||||
@ player_spawn
|
||||
unique :
|
||||
unique : 1
|
||||
face : south
|
||||
hold : torch
|
||||
tile_texture : /assets/pebbles.png
|
||||
tile_texture : /assets/mossy_rock.png
|
||||
X door
|
||||
open_on_signal : sg_torch0
|
||||
tile_texture : /assets/pebbles.png
|
||||
tile_texture : /assets/mossy_rock.png
|
||||
/ lever
|
||||
on_interact_emit : sg_torch0
|
||||
tile_texture : /assets/pebbles.png
|
||||
tile_texture : /assets/mossy_rock.png
|
||||
|
||||
@meta
|
||||
-- Arbitrary sections could be defined with value pairs.
|
||||
|
Reference in New Issue
Block a user