mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
load ui to inject remoCon contents to implement its own submenus
This commit is contained in:
@@ -15,7 +15,7 @@ import net.torvald.terrarum.ui.UIItemToggleButton
|
||||
/**
|
||||
* Created by minjaesong on 2021-10-06.
|
||||
*/
|
||||
class GraphicsControlPanel : UICanvas() {
|
||||
class GraphicsControlPanel(val remoCon: UIRemoCon) : UICanvas() {
|
||||
|
||||
override var width = 400
|
||||
override var height = 400
|
||||
|
||||
Reference in New Issue
Block a user