ソースを参照

Changed the exit button to select.

Eiyeron Fulmincendii 10 年 前
コミット
c1adea0643
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/engine/StateMachine.cpp

+ 2 - 2
src/engine/StateMachine.cpp

@@ -65,9 +65,9 @@ void STATEMACHINE::run()
             Graphics::frame_end();
         }
 
-        if (Input::key_b())
+        if (Input::key_select())
         {
-            while (Input::key_b())
+            while (Input::key_select())
                 ;
             this->pop();
         }