Renamed ABC inputs

This commit is contained in:
Maruno17
2021-02-27 22:02:46 +00:00
parent 19fe83f932
commit a112a21a87
59 changed files with 303 additions and 289 deletions

View File

@@ -200,7 +200,7 @@ def pbTopRightWindow(text, scene = nil)
Input.update
window.update
scene.pbUpdate if scene
break if Input.trigger?(Input::C)
break if Input.trigger?(Input::USE)
end
window.dispose
end

View File

@@ -96,7 +96,7 @@ def pbDisplayMail(mail,_bearer=nil)
Graphics.update
Input.update
pbUpdateSpriteHash(sprites)
if Input.trigger?(Input::B) || Input.trigger?(Input::C)
if Input.trigger?(Input::BACK) || Input.trigger?(Input::USE)
break
end
end