jjakkes-fernando-game/assets/cave_e.toml

15 lines
239 B
TOML
Raw Normal View History

2023-11-26 02:09:56 -08:00
interact = [
[23,79, "east_exit"],
[ 7, 1, "mountain_village"]
]
npc = [
]
map_script = """
"""
[npc_movements]
none = ['w']
[objects]
east_exit = "teleport('worldmap', 15, 34)"
mountain_village = "teleport('mountain_village', 11, 77)"