Updated gdx-teavm and added new preload screen using the java based solution instead of directly altering the index.html file

This commit is contained in:
2025-10-18 19:46:29 +03:00
parent 09ca58e03e
commit c89954699f
103 changed files with 544 additions and 84 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
# ./gradlew clean html:build --refresh-dependencies --no-daemon
../gradlew :html:build
wait
if [[ -d ../release/webapp/ ]]; then