File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,16 @@ Compared to the default LibGDX Controller implementation:
28
28
### LibGDX desktop project (the easy way)
29
29
30
30
``` diff
31
+ buildscript{
32
+ repositories {
33
+ + jcenter()
34
+ }
35
+ }
31
36
project(":desktop") {
32
37
dependencies {
33
38
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
34
39
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
35
- compile "com.badlogicgames.gdx:gdx-controllers:$gdxVersion"
40
+ compile "com.badlogicgames.gdx:gdx-controllers:$gdxVersion"
36
41
- compile "com.badlogicgames.gdx:gdx-controllers-desktop:$gdxVersion"
37
42
- compile "com.badlogicgames.gdx:gdx-controllers-platform:$gdxVersion:natives-desktop"
38
43
+ compile "uk.co.electronstudio.retrowar:sdl2gdx:1.0.+"
85
90
[ electronstudio.github.io/sdl2gdx/] ( https://electronstudio.github.io/sdl2gdx/ )
86
91
87
92
## You might also like
88
- * [ Jamepad] ( https://github.com/williamahartman/Jamepad ) - Java SDL Joystick library
93
+ * [ Jamepad] ( https://github.com/williamahartman/Jamepad ) - Java SDL Joystick library
89
94
* [ RetroWar-common] ( https://github.com/electronstudio/retrowar-common ) - LibGDX extension library
90
95
* [ RetroWar] ( http://retrowar.net ) - My game
91
96
You can’t perform that action at this time.
0 commit comments