コード例 #1
0
ファイル: Level.cs プロジェクト: Jewelots/Blast-Zone
 void SetKeyType2(PlayerInputController controller)
 {
     controller.SetKeyIdentifiers(Keys.Up, Keys.Down, Keys.Left, Keys.Right, Keys.Enter);
 }
コード例 #2
0
ファイル: Level.cs プロジェクト: Jewelots/Blast-Zone
 void SetKeyType1(PlayerInputController controller)
 {
     controller.SetKeyIdentifiers(Keys.W, Keys.S, Keys.A, Keys.D, Keys.Space);
 }