-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTargetScenaWithAnimation.tscn
43 lines (36 loc) · 1.51 KB
/
TargetScenaWithAnimation.tscn
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
36
37
38
39
40
41
42
43
[gd_scene load_steps=7 format=3 uid="uid://b67xwsols4l8r"]
[ext_resource type="Script" path="res://Scripts/Target.cs" id="1_e8c0t"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_qbkrh"]
bg_color = Color(0.8, 0.45098, 0.760784, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jj7iw"]
bg_color = Color(0.733333, 0.372549, 0.698039, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_e5iq3"]
bg_color = Color(0.537255, 0.231373, 0.509804, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_iurvt"]
bg_color = Color(0.313726, 0.117647, 0.298039, 1)
corner_radius_top_left = 30
corner_radius_top_right = 30
corner_radius_bottom_right = 30
corner_radius_bottom_left = 30
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_frwes"]
[node name="Target" type="Button"]
offset_right = 16.0
offset_bottom = 16.0
theme_override_styles/normal = SubResource("StyleBoxFlat_qbkrh")
theme_override_styles/hover = SubResource("StyleBoxFlat_jj7iw")
theme_override_styles/pressed = SubResource("StyleBoxFlat_e5iq3")
theme_override_styles/disabled = SubResource("StyleBoxFlat_iurvt")
theme_override_styles/focus = SubResource("StyleBoxEmpty_frwes")
script = ExtResource("1_e8c0t")