Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -32,7 +32,7 @@ class Scene_Movie
end
status = " " * 255
x=movie.call("play FILE",0,0,0)
loop do
loop do
sleep(0.1)
@message.call(@temp.to_i,11,0,0)
Graphics.update
@@ -43,10 +43,10 @@ class Scene_Movie
break if true_status.to_s != "play"
if Input.trigger?(Input::B)
movie.call("close FILE",0,0,0)
$scene = Scene_Map.new
$scene = Scene_Map.new
break
end
end
$scene = Scene_Map.new
end
end
end