From 582d50ec2d0cf9e5402d5d17da063bb99314d512 Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Sun, 8 Mar 2026 13:14:20 -0500 Subject: [PATCH] Updates to Neon Wave theme --- UI/assets/neon-wave-theme/neon-wave.tres | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/UI/assets/neon-wave-theme/neon-wave.tres b/UI/assets/neon-wave-theme/neon-wave.tres index d370a5bd..b9dcea57 100644 --- a/UI/assets/neon-wave-theme/neon-wave.tres +++ b/UI/assets/neon-wave-theme/neon-wave.tres @@ -6,6 +6,18 @@ [ext_resource type="FontFile" uid="uid://b6u8lwedqawa7" path="res://UI/assets/neon-wave-theme/polentical_neon/Polentical Neon Bold italic.ttf" id="4_0diuh"] [ext_resource type="FontFile" uid="uid://cx1a4aqqxhsrn" path="res://UI/assets/neon-wave-theme/polentical_neon/Polentical Neon Italic.ttf" id="5_xqdwr"] +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_xf6ah"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0diuh"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_xqdwr"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_j1ev3"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_7gyuu"] + +[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3cibo"] + [sub_resource type="StyleBoxTexture" id="8"] content_margin_top = 7.0 content_margin_bottom = 7.0 @@ -664,6 +676,13 @@ cache/0/36/0/scale = 1.0 [resource] default_font = SubResource("9") default_font_size = 16 +BlankButton/base_type = &"Button" +BlankButton/styles/disabled = SubResource("StyleBoxEmpty_xf6ah") +BlankButton/styles/focus = SubResource("StyleBoxEmpty_0diuh") +BlankButton/styles/hover = SubResource("StyleBoxEmpty_xqdwr") +BlankButton/styles/hover_pressed = SubResource("StyleBoxEmpty_j1ev3") +BlankButton/styles/normal = SubResource("StyleBoxEmpty_7gyuu") +BlankButton/styles/pressed = SubResource("StyleBoxEmpty_3cibo") Button/colors/font_color = Color(0.752941, 0.992157, 0.988235, 1) Button/colors/font_color_hover = Color(0.443137, 1, 0.941176, 1) Button/colors/font_color_pressed = Color(0.180392, 0.0666667, 0.572549, 1)