Restrict player color choices to the hue-saturation plane.
This commit is contained in:
@@ -42,37 +42,18 @@ Background@COLOR_CHOOSER:
|
||||
Width: 80
|
||||
Text: Palette
|
||||
Font: Bold
|
||||
Container@MIXER_TAB:
|
||||
Background@MIXER_TAB:
|
||||
Background: dialog3
|
||||
X: 5
|
||||
Y: 5
|
||||
Width: PARENT_RIGHT - 90
|
||||
Height: PARENT_BOTTOM - 34
|
||||
Children:
|
||||
Background@HUEBG:
|
||||
Background: dialog3
|
||||
X: 0
|
||||
Y: 0
|
||||
Width: PARENT_RIGHT
|
||||
Height: 17
|
||||
Children:
|
||||
HueSlider@HUE:
|
||||
X: 2
|
||||
Y: 2
|
||||
Width: PARENT_RIGHT - 4
|
||||
Height: PARENT_BOTTOM - 4
|
||||
Ticks: 5
|
||||
Background@MIXERBG:
|
||||
Background: dialog3
|
||||
X: 0
|
||||
Y: 22
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM - 22
|
||||
Children:
|
||||
ColorMixer@MIXER:
|
||||
X: 2
|
||||
Y: 2
|
||||
Width: PARENT_RIGHT - 4
|
||||
Height: PARENT_BOTTOM - 4
|
||||
ColorMixer@MIXER:
|
||||
X: 2
|
||||
Y: 2
|
||||
Width: PARENT_RIGHT - 4
|
||||
Height: PARENT_BOTTOM - 4
|
||||
Background@PALETTE_TAB:
|
||||
Background: dialog3
|
||||
X: 5
|
||||
|
||||
@@ -383,7 +383,8 @@ World:
|
||||
ColorPickerManager:
|
||||
PreviewActor: mmch.colorpicker
|
||||
RemapIndices: 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
|
||||
TeamColorPresets: f70606, ff7a22, f8d3b3, f8e947, 94b319, f335a0, a64d6c, ce08f9, f5b2db, 12b572, 4A1948, 1d06f7, 328dff, 78dbf8, cef6b1, 391d1d
|
||||
PresetHues: 0, 0.125, 0.185, 0.4, 0.54, 0.66, 0.79, 0.875, 0, 0.14, 0.23, 0.43, 0.54, 0.625, 0.77, 0.85
|
||||
PresetSaturations: 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.4, 0.5, 0.4, 0.5, 0.4, 0.5, 0.4, 0.5
|
||||
|
||||
EditorWorld:
|
||||
Inherits: ^BaseWorld
|
||||
|
||||
Reference in New Issue
Block a user