Files
Gouvernathor e9be0244ca back to LF
2023-02-19 15:15:48 +01:00

18 lines
268 B
Plaintext

define _confirm_quit = False
define e = Character("Eileen", image="eileen")
define l = Character("Lucy", image="lucy")
define a = Character("Augustina", image="augustina")
label main_menu:
return
label start:
scene bg washington
"..."
return