mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Comment accidental script changes
This commit is contained in:
parent
49d647b0e1
commit
851ee5ae15
1 changed files with 4 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ begin
|
|||
$scene = Scene_Title.new
|
||||
Oneshot.allow_exit false
|
||||
Oneshot.exiting false
|
||||
|
||||
# x = Oneshot.textinput("Foo Bar")
|
||||
# print("#{x}")
|
||||
|
||||
# Call main method as long as $scene is effective
|
||||
while $scene != nil
|
||||
$scene.main
|
||||
|
|
|
|||
Loading…
Reference in a new issue