Skip to content

Commit

Permalink
Upgrading to libGDX 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinSc committed Sep 9, 2016
1 parent 95a6ffe commit 6c78f8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
version = '1.0'
ext {
appName = "jgd-platformer"
gdxVersion = '1.9.2'
gdxVersion = '1.9.4'
roboVMVersion = '1.12.0'
box2DLightsVersion = '1.4'
ashleyVersion = '1.7.0'
Expand Down
2 changes: 1 addition & 1 deletion core/assets/prefabs/objects/ghost.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"G3DModelMovementComponent": {
"idleAnimation": "Armature|Idle",
"walkAnimation": "Armature|Walk",
"walkAnimation": "Armature|walk",
"walkAnimationSpeed": 2
},
"KineticObjectComponent": {},
Expand Down
2 changes: 1 addition & 1 deletion core/assets/prefabs/player.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"G3DModelMovementComponent": {
"idleAnimation": "Armature|Idle",
"walkAnimation": "Armature|Walk",
"walkAnimation": "Armature|walk",
"walkAnimationSpeed": 2
},
"KineticObjectComponent": {},
Expand Down

0 comments on commit 6c78f8e

Please sign in to comment.