mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
crafting guide wip and stash for next version
This commit is contained in:
@@ -100,7 +100,6 @@ class UIBuildingMakerBlockChooser(val parent: BuildingMaker): UICanvas() {
|
||||
height = TILESREGION_SIZE,
|
||||
highlightCol = Color.WHITE,
|
||||
activeCol = Color.WHITE,
|
||||
backgroundCol = Color(0)
|
||||
)
|
||||
val paletteItem2 = UIItemImageButton(
|
||||
this, ItemCodex.getItemImage(prop.id)!!,
|
||||
@@ -112,7 +111,6 @@ class UIBuildingMakerBlockChooser(val parent: BuildingMaker): UICanvas() {
|
||||
highlightCol = Color.WHITE,
|
||||
activeCol = WALL_OVERLAY_COLOUR,
|
||||
inactiveCol = WALL_OVERLAY_COLOUR,
|
||||
backgroundCol = Color(0)
|
||||
)
|
||||
|
||||
paletteItem.clickOnceListener = { _, _ -> parent.setPencilColour(prop.id) }
|
||||
|
||||
Reference in New Issue
Block a user