Updated Libgdx to a newer version to add gui to the game. This sadly broke the player sprite :/

This commit is contained in:
2020-04-11 07:55:19 -06:00
parent d6c54921d8
commit 57f806983e
80 changed files with 812 additions and 513 deletions

View File

@@ -1,3 +1,17 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms128m -Xmx1500m
org.gradle.daemon=false
org.gradle.jvmargs=-Xms128m -Xmx512m
org.gradle.configureondemand=false
aiVersion=1.8.1
ashleyVersion=1.7.3
box2dlightsVersion=1.4
noise4jVersion=0.1.0
jaciGwtVersion=0.4.0
joiseVersion=1.0.5
kiwiVersion=1.9.1.9.6
dialogsVersion=1.2.0
inGameConsoleVersion=1.0.0
utilsVersion=0.13.4
utilsBox2dVersion=0.13.4
overlap2dVersion=0.1.1
jaciVersion=0.4.0
gdxVersion=1.9.10