Fixes crash when trying to change color due to missing fact.shp.
Note: shp preview doesn't remap properly yet, that seems to require another fix.
This commit is contained in:
43
mods/ts/chrome/color-picker.yaml
Normal file
43
mods/ts/chrome/color-picker.yaml
Normal file
@@ -0,0 +1,43 @@
|
||||
Background@COLOR_CHOOSER:
|
||||
Logic:ColorPickerLogic
|
||||
Background:dialog2
|
||||
Width:234
|
||||
Height:105
|
||||
Children:
|
||||
Background@HUEBG:
|
||||
Background:dialog3
|
||||
X:5
|
||||
Y:5
|
||||
Width:148
|
||||
Height:13
|
||||
Children:
|
||||
HueSlider@HUE:
|
||||
X:2
|
||||
Y:2
|
||||
Width:144
|
||||
Height:9
|
||||
Ticks:5
|
||||
Background@MIXERBG:
|
||||
Background:dialog3
|
||||
X:5
|
||||
Y:23
|
||||
Width:148
|
||||
Height:76
|
||||
Children:
|
||||
ColorMixer@MIXER:
|
||||
X:2
|
||||
Y:2
|
||||
Width:144
|
||||
Height:72
|
||||
ShpImage@GTCNST:
|
||||
X:156
|
||||
Y:1
|
||||
Image:gtcnst
|
||||
Palette:colorpicker
|
||||
Button@RANDOM_BUTTON:
|
||||
Key:tab
|
||||
X:158
|
||||
Y:74
|
||||
Width:70
|
||||
Height:25
|
||||
Text:Random
|
||||
@@ -103,7 +103,7 @@ ChromeLayout:
|
||||
mods/ra/chrome/lobby.yaml
|
||||
mods/ra/chrome/lobby-playerbin.yaml
|
||||
mods/ra/chrome/lobby-dialogs.yaml
|
||||
mods/ra/chrome/color-picker.yaml
|
||||
mods/ts/chrome/color-picker.yaml
|
||||
mods/ra/chrome/map-chooser.yaml
|
||||
mods/ra/chrome/create-server.yaml
|
||||
mods/ra/chrome/serverbrowser.yaml
|
||||
|
||||
Reference in New Issue
Block a user