Experiment with creating buttons for a main menu

This commit is contained in:
2026-02-20 13:07:17 +00:00
parent 64af2ed168
commit 01da51665e
4 changed files with 55 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class AndroidLauncher : AndroidApplication() {
super.onCreate(savedInstanceState)
initialize(Main(), AndroidApplicationConfiguration().apply {
// Configure your application here.
useImmersiveMode = true // Recommended, but not required.
//useImmersiveMode = true // Recommended, but not required.
})
}
}