load ui to inject remoCon contents to implement its own submenus

This commit is contained in:
minjaesong
2021-10-19 10:54:39 +09:00
parent 917fc04ad8
commit 8c692aa45e
38 changed files with 87 additions and 64 deletions

View File

@@ -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