mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 11:04:05 +09:00
support for texture packs
This commit is contained in:
@@ -41,7 +41,7 @@ import kotlin.math.sin
|
||||
/**
|
||||
* Created by minjaesong on 2017-09-02.
|
||||
*/
|
||||
class TitleScreen(batch: SpriteBatch) : IngameInstance(batch) {
|
||||
class TitleScreen(batch: FlippingSpriteBatch) : IngameInstance(batch) {
|
||||
|
||||
// todo register titlescreen as the ingame, similar in a way that the buildingmaker did
|
||||
|
||||
|
||||
Reference in New Issue
Block a user