mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 17:19:50 +00:00
StyleboxEmpty for normal / keep hover unchanged
This commit is contained in:
parent
24cb05a990
commit
14b3745053
|
@ -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"]
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue