jjakkes-fernando-game/assets/main_menu.toml
2023-11-26 05:09:56 -05:00

6 lines
97 B
TOML

do_this = """
if (-e $save_file and -r $save_file) {
move(15,11);
printw("(l)oad game");
}
"""