Initial LibGDX project scaffold for ArtLegend

Multi-module Gradle setup targeting Android (S-Pen) and Desktop (Wacom/LWJGL3).
Includes core game stub, Android launcher with immersive mode, and desktop launcher.
Asset directory shared across platforms. Gradle 8.6, Kotlin 1.9.23, LibGDX 1.12.1.
This commit is contained in:
2026-05-04 11:44:40 -07:00
commit 24d78786db
13 changed files with 237 additions and 0 deletions

2
settings.gradle.kts Normal file
View File

@@ -0,0 +1,2 @@
rootProject.name = "artlegend"
include("core", "android", "desktop")