Skip to content

Commit 77a89f2

Browse files
minor text fix
1 parent f50539a commit 77a89f2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ Compared to the default LibGDX Controller implementation:
2828
### LibGDX desktop project (the easy way)
2929

3030
```diff
31+
buildscript{
32+
repositories {
33+
+ jcenter()
34+
}
35+
}
3136
project(":desktop") {
3237
dependencies {
3338
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
3439
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"
3641
- compile "com.badlogicgames.gdx:gdx-controllers-desktop:$gdxVersion"
3742
- compile "com.badlogicgames.gdx:gdx-controllers-platform:$gdxVersion:natives-desktop"
3843
+ compile "uk.co.electronstudio.retrowar:sdl2gdx:1.0.+"
@@ -85,7 +90,7 @@ try {
8590
[electronstudio.github.io/sdl2gdx/](https://electronstudio.github.io/sdl2gdx/)
8691

8792
## 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
8994
* [RetroWar-common](https://github.com/electronstudio/retrowar-common) - LibGDX extension library
9095
* [RetroWar](http://retrowar.net) - My game
9196

0 commit comments

Comments
 (0)