Comment accidental script changes

This commit is contained in:
Vinyl Darkscratch 2017-04-06 17:19:05 -07:00
parent 49d647b0e1
commit 851ee5ae15

View file

@ -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