Altered script file-reading code

This commit is contained in:
Maruno17
2020-09-09 22:11:27 +01:00
parent 891cc2791f
commit ebbc4a0ad8
4 changed files with 3 additions and 2 deletions

View File

@@ -337,6 +337,7 @@ class Game_Map
def scroll_up(distance)
self.display_y -= distance
end
def scroll_down(distance)
self.display_y += distance
end