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

@@ -92,10 +92,10 @@ class BattleSwapScene
Graphics.update
Input.update
pbUpdate
if Input.trigger?(Input::B) && canCancel
if Input.trigger?(Input::BACK) && canCancel
return -1
end
if Input.trigger?(Input::C)
if Input.trigger?(Input::USE)
index=@sprites["list"].index
if index==@sprites["list"].commands.length-1 && canCancel
return -1