-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbutton.tscn
More file actions
35 lines (29 loc) · 1.27 KB
/
Copy pathbutton.tscn
File metadata and controls
35 lines (29 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[gd_scene load_steps=7 format=3 uid="uid://c1amgupq4cjg2"]
[ext_resource type="Texture2D" uid="uid://c8ixx4h7ou1iu" path="res://Sprite-0004.png" id="1_n4tde"]
[ext_resource type="Texture2D" uid="uid://cnx4ee00gfqn" path="res://Sprite-0004-pressed.png" id="1_vxja4"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_n4tde"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_n4tde"]
texture = ExtResource("1_vxja4")
texture_margin_left = 5.0
texture_margin_top = 5.0
texture_margin_right = 5.0
texture_margin_bottom = 5.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_r04n3"]
texture = ExtResource("1_vxja4")
texture_margin_left = 5.0
texture_margin_top = 5.0
texture_margin_right = 5.0
texture_margin_bottom = 5.0
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_epypp"]
texture = ExtResource("1_n4tde")
texture_margin_left = 5.0
texture_margin_top = 5.0
texture_margin_right = 5.0
texture_margin_bottom = 5.0
[node name="Button" type="Button"]
texture_filter = 1
theme_override_styles/focus = SubResource("StyleBoxEmpty_n4tde")
theme_override_styles/hover_pressed = SubResource("StyleBoxTexture_n4tde")
theme_override_styles/pressed = SubResource("StyleBoxTexture_r04n3")
theme_override_styles/normal = SubResource("StyleBoxTexture_epypp")
text = "TEST PULSANTE"