mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
support for texture packs
This commit is contained in:
@@ -20,7 +20,7 @@ class EntryPoint : ModuleEntryPoint() {
|
||||
|
||||
private val moduleName = "basegame"
|
||||
|
||||
override fun getTitleScreen(batch: SpriteBatch): IngameInstance? {
|
||||
override fun getTitleScreen(batch: FlippingSpriteBatch): IngameInstance? {
|
||||
return TitleScreen(batch)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user