mirror of
https://github.com/wassname/phaser.git
synced 2026-08-11 11:23:06 +08:00
Merge branch 'gamepadsupport' of https://github.com/karlmacklin/phaser into karlmacklin-gamepadsupport
Conflicts: README.md
This commit is contained in:
@@ -388,6 +388,30 @@
|
||||
"file": "game+scale.js",
|
||||
"title": "game scale"
|
||||
},
|
||||
{
|
||||
"file": "gamepad+analog+button.js",
|
||||
"title": "gamepad analog button"
|
||||
},
|
||||
{
|
||||
"file": "gamepad+debug.js",
|
||||
"title": "gamepad debug"
|
||||
},
|
||||
{
|
||||
"file": "gamepad+hotkeys.js",
|
||||
"title": "gamepad hotkeys"
|
||||
},
|
||||
{
|
||||
"file": "gamepad+multiple+pads.js",
|
||||
"title": "gamepad multiple pads"
|
||||
},
|
||||
{
|
||||
"file": "gamepad+tanks.js",
|
||||
"title": "gamepad tanks"
|
||||
},
|
||||
{
|
||||
"file": "gamepad.js",
|
||||
"title": "gamepad"
|
||||
},
|
||||
{
|
||||
"file": "key.js",
|
||||
"title": "key"
|
||||
@@ -439,6 +463,10 @@
|
||||
{
|
||||
"file": "snap+on+drag.js",
|
||||
"title": "snap on drag"
|
||||
},
|
||||
{
|
||||
"file": "touch+joystick.js",
|
||||
"title": "touch joystick"
|
||||
}
|
||||
],
|
||||
"loader": [
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -6,6 +6,7 @@
|
||||
<base href="../"></base>
|
||||
<script src="_site/js/jquery-2.0.3.min.js" type="text/javascript"></script>
|
||||
<script src="_site/js/purl.js" type="text/javascript"></script>
|
||||
<script src="_site/js/gamecontroller.js" type="text/javascript"></script>
|
||||
<!--
|
||||
If you're wondering why we embed each script separately, and not just the single-file phaser lib
|
||||
it's because it makes debugging *significantly* easier for us. Feel free to replace all the below
|
||||
@@ -80,6 +81,9 @@
|
||||
<script src="../src/input/MSPointer.js"></script>
|
||||
<script src="../src/input/Pointer.js"></script>
|
||||
<script src="../src/input/Touch.js"></script>
|
||||
<script src="../src/input/Gamepad.js"></script>
|
||||
<script src="../src/input/SinglePad.js"></script>
|
||||
<script src="../src/input/GamepadButton.js"></script>
|
||||
<script src="../src/input/InputHandler.js"></script>
|
||||
|
||||
<script src="../src/gameobjects/Events.js"></script>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<base href="../"></base>
|
||||
<script src="_site/js/jquery-2.0.3.min.js" type="text/javascript"></script>
|
||||
<script src="_site/js/purl.js" type="text/javascript"></script>
|
||||
<script src="_site/js/gamecontroller.js" type="text/javascript"></script>
|
||||
<!--
|
||||
If you're wondering why we embed each script separately, and not just the single-file phaser lib
|
||||
it's because it makes debugging *significantly* easier for us. Feel free to replace all the below
|
||||
|
||||
Reference in New Issue
Block a user