add main menu (WIP)

This commit is contained in:
Quillraven
2025-05-31 23:35:22 +02:00
parent c25da5633d
commit de9866a161
25 changed files with 224 additions and 1 deletions

View File

@@ -8,6 +8,10 @@ dependencies {
api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
api "com.badlogicgames.gdx:gdx:$gdxVersion"
// freetype font support for skins
api "com.github.raeleus.stripe:freetype:$stripeVersion"
// ten patch for better ProgressBar support (scene2d)
api "com.github.raeleus.TenPatch:tenpatch:$tenPatchVersion"
if(enableGraalNative == 'true') {
implementation "io.github.berstanio:gdx-svmhelper-annotations:$graalHelperVersion"