buildingmaker palette close and open again

This commit is contained in:
minjaesong
2019-02-14 22:33:54 +09:00
parent fcf9aa1b79
commit f8d4d284d6
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)