Skip to content

Commit

Permalink
StyleboxEmpty for normal / keep hover unchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
RorotoSic committed Mar 16, 2024
1 parent 24cb05a commit 14b3745
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/Tools/BaseDraw.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=11 format=3 uid="uid://ubyatap3sylf"]
[gd_scene load_steps=12 format=3 uid="uid://ubyatap3sylf"]

[ext_resource type="PackedScene" uid="uid://yjhp0ssng2mp" path="res://src/UI/Nodes/ValueSlider.tscn" id="1"]
[ext_resource type="PackedScene" uid="uid://ctfgfelg0sho8" path="res://src/Tools/BaseTool.tscn" id="2"]
Expand All @@ -7,11 +7,14 @@

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_0i4gy"]

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dlpcn"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_2fmvg"]

[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8k3qo"]

[sub_resource type="Theme" id="Theme_i7q3e"]
Button/styles/focus = SubResource("StyleBoxEmpty_0i4gy")
Button/styles/pressed = SubResource("StyleBoxEmpty_dlpcn")
Button/styles/normal = SubResource("StyleBoxEmpty_2fmvg")
Button/styles/pressed = SubResource("StyleBoxEmpty_8k3qo")

[sub_resource type="ButtonGroup" id="ButtonGroup_7u3x0"]
resource_name = "rotate"
Expand Down

0 comments on commit 14b3745

Please sign in to comment.