Rename Demolish to Deconstruct
This commit is contained in:
@@ -335,7 +335,7 @@ salvage_color = "#33ccff"
|
||||
width_px = 2
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Build / demolish / selection overlays
|
||||
# Build / deconstruct / selection overlays
|
||||
#
|
||||
# All overlay colors carry an alpha channel so they composite over the
|
||||
# underlying scene.
|
||||
@@ -344,7 +344,7 @@ width_px = 2
|
||||
[overlays]
|
||||
ghost_valid = "#ffffff44" # builder-mode ghost, placement allowed (REQ-BLD-GHOST)
|
||||
ghost_invalid = "#ff000044" # builder-mode ghost, placement invalid (REQ-BLD-PLACE-VALID)
|
||||
demolish_tint = "#ff000033" # demolish-mode hover tint
|
||||
deconstruct_tint = "#ff000033" # deconstruct-mode hover tint
|
||||
selection_rect = "#00ff00" # box-drag selection rectangle (REQ-UI-MULTI-SELECT)
|
||||
tile_highlight = "#ffffff22" # tile under cursor
|
||||
selected_outline = "#ffff00" # outline drawn around currently-selected building(s)
|
||||
|
||||
Reference in New Issue
Block a user