jjakkes-fernando-game/assets/test.toml

17 lines
308 B
TOML
Raw Normal View History

interact = [
]
npc = [
[ 15, 33, "J", "uid", "object", "movement_behavior", "red_yellow" ]
]
map_script = """
"""
[npc_movements]
movement_behavior = ['w']
[objects]
object = """
dialog('Jjakke', qq(Testing, testing. Line one!));
dialog('Jjakke', qq(Line two!!));
dialog('Jjakke', qq(Line three));
"""