Implemented a chunk system and also updated to lwjgl3

This commit is contained in:
2020-03-29 07:53:52 -06:00
parent 47badea54b
commit 53b367cc0f
9 changed files with 82 additions and 63 deletions

View File

@@ -21,7 +21,7 @@ allprojects {
version = '1.0'
ext {
appName = "my-gdx-game"
gdxVersion = '1.9.10'
gdxVersion = '1.9.11-SNAPSHOT'
roboVMVersion = '2.3.8'
box2DLightsVersion = '1.4'
ashleyVersion = '1.7.0'
@@ -44,7 +44,7 @@ project(":desktop") {
dependencies {
implementation project(":core")
api "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
api "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
api "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
api "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"