single screen ui for world portal

This commit is contained in:
minjaesong
2023-06-18 01:28:51 +09:00
parent 376595d7cd
commit 6b8798a19e
14 changed files with 272 additions and 88 deletions

View File

@@ -66,7 +66,7 @@ class UIBuildingMakerBlockChooser(val parent: BuildingMaker): UICanvas() {
activeCol = Color.WHITE
)
paletteItem.clickOnceListener = { _, _, _ ->
paletteItem.clickOnceListener = { _, _ ->
parent.setPencilColour(prop.id)
}