mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Renamed ABC inputs
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user