diff --git a/UI/ControllerInput/circle_backing.gdshader b/UI/ControllerInput/circle_backing.gdshader index 76372a1..8814164 100644 --- a/UI/ControllerInput/circle_backing.gdshader +++ b/UI/ControllerInput/circle_backing.gdshader @@ -3,5 +3,5 @@ shader_type canvas_item; void fragment() { float dist = 1.0f - (distance(vec2(0.5f, 0.5f), UV.xy) * 2.0); float value = smoothstep(0.0f, 0.01, dist); - COLOR = vec4(1.0, 1.0, 1.0, value); + COLOR = vec4(COLOR.xyz, value); } diff --git a/UI/ControllerInput/circle_backing.material b/UI/ControllerInput/circle_backing.material index ff59ff1..4e8a792 100644 Binary files a/UI/ControllerInput/circle_backing.material and b/UI/ControllerInput/circle_backing.material differ diff --git a/UI/ControllerInput/controller_input_select_wheel.tscn b/UI/ControllerInput/controller_input_select_wheel.tscn index ccaadc9..e30672d 100644 --- a/UI/ControllerInput/controller_input_select_wheel.tscn +++ b/UI/ControllerInput/controller_input_select_wheel.tscn @@ -101,6 +101,7 @@ grow_vertical = 2 [node name="ColorRect" type="ColorRect" parent="AspectRatioContainer"] material = ExtResource("5_bebuy") layout_mode = 2 +color = Color(0.233925, 0.233925, 0.233925, 1) [node name="CaretHorizontalMoveTimer" type="Timer" parent="."] one_shot = true diff --git a/UI/ControllerInput/controller_input_symbol_wheel.tscn b/UI/ControllerInput/controller_input_symbol_wheel.tscn index 40302fb..0b6fb4e 100644 --- a/UI/ControllerInput/controller_input_symbol_wheel.tscn +++ b/UI/ControllerInput/controller_input_symbol_wheel.tscn @@ -52,3 +52,4 @@ grow_horizontal = 2 grow_vertical = 2 scale = Vector2(0.85, 0.85) pivot_offset = Vector2(175, 175) +color = Color(0.303233, 0.303233, 0.303233, 1)