~repos /gdx-studio
git clone https://pyrossh.dev/repos/gdx-studio.git
An IDE for creating Games using libgdx and Java supported on all platforms Android, iOS, Desktop
939734f1
—
Peter John 11 years ago
fix: add missing libs
- .gitignore +0 -1
- libs/android.jar +0 -0
- libs/antlr.jar +0 -0
- libs/autocomplete.jar +0 -0
- libs/bluecove-gpl.jar +0 -0
- libs/bluecove.jar +0 -0
- libs/dx.jar +0 -0
- libs/ecj.jar +0 -0
- libs/gdx-backend-android.jar +0 -0
- libs/gdx-backend-lwjgl-natives.jar +0 -0
- libs/gdx-backend-lwjgl.jar +0 -0
- libs/gdx-natives.jar +0 -0
- libs/gdx.jar +0 -0
- libs/proguard.jar +0 -0
- libs/rsta.jar +0 -0
- libs/scene3d.jar +0 -0
- libs/socketio.jar +0 -0
- libs/weblaflite.jar +0 -0
.gitignore
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
*.class
|
|
2
2
|
|
|
3
3
|
# Package Files #
|
|
4
|
-
*.jar
|
|
5
4
|
*.war
|
|
6
5
|
*.ear
|
|
7
6
|
/bin
|
libs/android.jar
ADDED
|
Binary file
|
libs/antlr.jar
ADDED
|
Binary file
|
libs/autocomplete.jar
ADDED
|
Binary file
|
libs/bluecove-gpl.jar
ADDED
|
Binary file
|
libs/bluecove.jar
ADDED
|
Binary file
|
libs/dx.jar
ADDED
|
Binary file
|
libs/ecj.jar
ADDED
|
Binary file
|
libs/gdx-backend-android.jar
ADDED
|
Binary file
|
libs/gdx-backend-lwjgl-natives.jar
ADDED
|
Binary file
|
libs/gdx-backend-lwjgl.jar
ADDED
|
Binary file
|
libs/gdx-natives.jar
ADDED
|
Binary file
|
libs/gdx.jar
ADDED
|
Binary file
|
libs/proguard.jar
ADDED
|
Binary file
|
libs/rsta.jar
ADDED
|
Binary file
|
libs/scene3d.jar
ADDED
|
Binary file
|
libs/socketio.jar
ADDED
|
Binary file
|
libs/weblaflite.jar
ADDED
|
Binary file
|