buildingmaker palette close and open again

This commit is contained in:
minjaesong
2019-02-14 22:33:54 +09:00
parent d020bedba1
commit 6b44e01939
4 changed files with 47 additions and 23 deletions

View File

@@ -82,7 +82,7 @@ class BuildingMaker(batch: SpriteBatch) : IngameInstance(batch) {
val uiToolbox = UINSMenu("Menu", 100, menuYaml)
val notifier = Notification()
val uiPaletteSelector = UIPaletteSelector()
val uiPaletteSelector = UIPaletteSelector(this)
val uiPalette = UIBuildingMakerBlockChooser(this)