add /apps/demos/crawl

This commit is contained in:
veclavtalica
2025-02-20 20:10:37 +03:00
parent 6eb0730c52
commit bd3b090f6f
3 changed files with 134 additions and 0 deletions

View File

@ -0,0 +1,24 @@
@map
-- Grid of entities defined by @classes.
#####
#.@.#
#...#
##.##
#...#
#...#
#####
@classes
-- Defines classes under symbols, which could have properties.
# wall
. void
test : this
@ player_spawn
unique :
face : south
hold : torch
@meta
-- Arbitrary sections could be defined with values pairs.
description : Test Level! Just two square rooms.