2025-02-20 17:10:37 +00:00
|
|
|
@map
|
2025-02-20 19:20:02 +00:00
|
|
|
-- Grid of symbols defined by @classes section.
|
2025-02-20 17:10:37 +00:00
|
|
|
#####
|
|
|
|
#.@.#
|
|
|
|
#...#
|
2025-02-20 19:20:02 +00:00
|
|
|
##.######
|
|
|
|
#...X...#
|
|
|
|
#./.#####
|
2025-02-20 17:10:37 +00:00
|
|
|
#####
|
|
|
|
|
|
|
|
|
|
|
|
@classes
|
2025-02-20 19:20:02 +00:00
|
|
|
-- Defines classes under symbols, which could have properties attached.
|
2025-02-20 17:10:37 +00:00
|
|
|
# wall
|
2025-02-20 19:20:02 +00:00
|
|
|
. floor
|
2025-02-20 17:10:37 +00:00
|
|
|
@ player_spawn
|
|
|
|
unique :
|
|
|
|
face : south
|
|
|
|
hold : torch
|
2025-02-20 19:20:02 +00:00
|
|
|
X door
|
|
|
|
open_on : sg_torch0
|
|
|
|
/ torch
|
|
|
|
emit : sg_torch0
|
2025-02-20 17:10:37 +00:00
|
|
|
|
|
|
|
@meta
|
2025-02-20 19:20:02 +00:00
|
|
|
-- Arbitrary sections could be defined with value pairs.
|
|
|
|
description : Test Level! Just two square rooms and a tunnel opened by lever.
|