25 lines
360 B
Plaintext
25 lines
360 B
Plaintext
|
@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.
|