add /apps/demos/crawl
This commit is contained in:
24
apps/demos/crawl/data/levels/00.lvl
Normal file
24
apps/demos/crawl/data/levels/00.lvl
Normal 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.
|
Reference in New Issue
Block a user