Lots of rubocop

This commit is contained in:
Maruno17
2023-01-28 15:21:12 +00:00
parent 2d056052ce
commit 13aab8d911
159 changed files with 1679 additions and 1931 deletions

View File

@@ -150,7 +150,7 @@ class ItemStorage_Scene
@sprites["helpwindow"].visible = false
itemwindow = @sprites["itemwindow"]
itemwindow.refresh
pbActivateWindow(@sprites, "itemwindow") {
pbActivateWindow(@sprites, "itemwindow") do
loop do
Graphics.update
Input.update
@@ -168,7 +168,7 @@ class ItemStorage_Scene
end
end
end
}
end
end
end