jjakkes-fernando-game/assets/main_menu.toml

7 lines
97 B
TOML
Raw Normal View History

2023-11-26 02:09:56 -08:00
do_this = """
if (-e $save_file and -r $save_file) {
move(15,11);
printw("(l)oad game");
}
"""