mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 03:54:06 +09:00
titlescreen moved to modules; using GLES 3.0 as default
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package net.torvald.terrarum.modulebasegame
|
||||
|
||||
import com.badlogic.gdx.graphics.g2d.SpriteBatch
|
||||
import net.torvald.terrarum.*
|
||||
import net.torvald.terrarum.App.IS_DEVELOPMENT_BUILD
|
||||
import net.torvald.terrarum.App.printdbg
|
||||
@@ -19,6 +20,10 @@ class EntryPoint : ModuleEntryPoint() {
|
||||
|
||||
private val moduleName = "basegame"
|
||||
|
||||
override fun getTitleScreen(batch: SpriteBatch): IngameInstance? {
|
||||
return TitleScreen(batch)
|
||||
}
|
||||
|
||||
override fun invoke() {
|
||||
|
||||
printdbg(this, "Hello, world!")
|
||||
|
||||
Reference in New Issue
Block a user