This website works better with JavaScript.
Home
Help
Sign In
RMIT
/
Pinata_Smackdown
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added Xbox controller compatibility for player 1 and 2
master
Joshua Reason
9 years ago
parent
536df032a3
commit
fcb83b6936
3 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
playable/Assets/Lachlan_jump_work.unity
+1
-1
playable/Assets/Scripts/playerController.cs
BIN
playable/ProjectSettings/InputManager.asset
BIN
playable/Assets/Lachlan_jump_work.unity
View File
+ 1
- 1
playable/Assets/Scripts/playerController.cs
View File
@ -46,7 +46,7 @@ public class playerController : MonoBehaviour {
displayHealth
(
)
;
displayHealth
(
)
;
death
(
)
;
death
(
)
;
applyPlayerDirection
(
Input
.
GetAxis
Raw
(
HorizontalBtn
)
)
;
applyPlayerDirection
(
Input
.
GetAxis
(
HorizontalBtn
)
)
;
damage
(
)
;
damage
(
)
;
}
}
BIN
playable/ProjectSettings/InputManager.asset
View File
Write
Preview
Loading…
Cancel
Save