Add playable corridor scroll desktop prototype

This commit is contained in:
2026-06-30 11:36:23 -06:00
parent 2b208aff7e
commit 3ed24cf8be
4 changed files with 289 additions and 104 deletions

View File

@@ -7,12 +7,14 @@ val gdxVersion: String by project
dependencies {
implementation(project(":core"))
implementation(project(":shared"))
implementation("com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion")
implementation("com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop")
}
application {
mainClass.set("com.artlegend.DesktopLauncherKt")
applicationDefaultJvmArgs = listOf("-XstartOnFirstThread")
}
kotlin {