/apps/demos/crawl: visuals and stuff
This commit is contained in:
@ -11,16 +11,21 @@
|
||||
|
||||
@classes
|
||||
-- Defines classes under symbols, which could have properties attached.
|
||||
# wall
|
||||
. floor
|
||||
# stone_wall
|
||||
wall_texture : /assets/brick.png
|
||||
. stone_floor
|
||||
tile_texture : /assets/pebbles.png
|
||||
@ player_spawn
|
||||
unique :
|
||||
face : south
|
||||
hold : torch
|
||||
tile_texture : /assets/pebbles.png
|
||||
X door
|
||||
open_on : sg_torch0
|
||||
/ torch
|
||||
emit : sg_torch0
|
||||
open_on_signal : sg_torch0
|
||||
tile_texture : /assets/pebbles.png
|
||||
/ lever
|
||||
on_interact_emit : sg_torch0
|
||||
tile_texture : /assets/pebbles.png
|
||||
|
||||
@meta
|
||||
-- Arbitrary sections could be defined with value pairs.
|
||||
|
Reference in New Issue
Block a user