mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
load ui to inject remoCon contents to implement its own submenus
This commit is contained in:
@@ -56,5 +56,5 @@ open class UITitleWallOfText(private val text: List<String>) : UICanvas() {
|
||||
}
|
||||
}
|
||||
|
||||
class UITitleCredits : UITitleWallOfText(CreditSingleton.credit)
|
||||
class UITitleGPL3 : UITitleWallOfText(CreditSingleton.gpl3)
|
||||
class UITitleCredits(val remoCon: UIRemoCon) : UITitleWallOfText(CreditSingleton.credit)
|
||||
class UITitleGPL3(val remoCon: UIRemoCon) : UITitleWallOfText(CreditSingleton.gpl3)
|
||||
Reference in New Issue
Block a user