/apps/demos/crawl: visuals and stuff

This commit is contained in:
veclavtalica
2025-02-21 01:12:41 +03:00
parent 70fab28158
commit 66c525a0d4
6 changed files with 214 additions and 91 deletions

View File

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