Create project to learn how to use scene 2d

This commit is contained in:
2026-03-13 13:13:30 +00:00
parent 1cc46a94fe
commit 9f5bf0e66a
31 changed files with 1099 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<resources>
<style name="GdxTheme" parent="android:Theme.Material.Light.NoActionBar.Fullscreen">
<item name="android:colorBackground">@color/background</item>
</style>
</resources>