online multiplayer chess game (note server currently down)
Diffstat (limited to 'ui/colorpicker/ColorPicker.tscn')
| -rw-r--r-- | ui/colorpicker/ColorPicker.tscn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/colorpicker/ColorPicker.tscn b/ui/colorpicker/ColorPicker.tscn index de00d1c..d588716 100644 --- a/ui/colorpicker/ColorPicker.tscn +++ b/ui/colorpicker/ColorPicker.tscn @@ -3,8 +3,8 @@ [ext_resource path="res://ui/colorpicker/ColorPicker.gd" type="Script" id=1] [ext_resource path="res://ui/colorpicker/ColorPicker.tres" type="Theme" id=2] [ext_resource path="res://assets/ui/Roboto-Medium.ttf" type="DynamicFontData" id=3] -[ext_resource path="res://ui/colorpicker/smallbutton.tres" type="StyleBox" id=4] -[ext_resource path="res://ui/colorpicker/smallbuttonhover.tres" type="StyleBox" id=5] +[ext_resource path="res://ui/theme/smallbutton.tres" type="StyleBox" id=4] +[ext_resource path="res://ui/theme/smallbuttonhover.tres" type="StyleBox" id=5] [ext_resource path="res://ui/colorpicker/HueSlider.gd" type="Script" id=6] [ext_resource path="res://ui/colorpicker/ColorSelect.gd" type="Script" id=7] [ext_resource path="res://ui/colorpicker/HexInput.gd" type="Script" id=8] |