summaryrefslogtreecommitdiff
path: root/characters.tscn
blob: 8de0ba1f0235a0144c011abfb63a821e956ebac1 (plain)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[gd_scene load_steps=6 format=3 uid="uid://g8m1imvs0g1t"]

[ext_resource type="Script" path="res://characters.gd" id="1_25vn5"]
[ext_resource type="Shader" path="res://characters.gdshader" id="1_ixwqo"]
[ext_resource type="FontFile" uid="uid://dds6biplrmx5m" path="res://impact.ttf" id="3_a1ytu"]

[sub_resource type="ShaderMaterial" id="ShaderMaterial_43bew"]
shader = ExtResource("1_ixwqo")

[sub_resource type="LabelSettings" id="LabelSettings_agl8u"]
font = ExtResource("3_a1ytu")
font_size = 32
font_color = Color(0, 0, 0, 1)

[node name="Characters" type="Node2D"]
script = ExtResource("1_25vn5")
metadata/_edit_group_ = true

[node name="Selected" type="ColorRect" parent="."]
material = SubResource("ShaderMaterial_43bew")
custom_minimum_size = Vector2(328, 64)
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
grow_horizontal = 0
grow_vertical = 2

[node name="Unselected" type="ColorRect" parent="."]
material = SubResource("ShaderMaterial_43bew")
custom_minimum_size = Vector2(230, 64)
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -230.0
offset_top = -32.0
offset_bottom = 32.0
grow_horizontal = 0
grow_vertical = 2
color = Color(1, 1, 1, 0.207843)

[node name="Label" type="Label" parent="."]
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -96.0
offset_top = -24.5
offset_right = -16.0
offset_bottom = 24.5
grow_horizontal = 0
grow_vertical = 2
text = "venti"
label_settings = SubResource("LabelSettings_agl8u")
horizontal_alignment = 2
vertical_alignment = 1

[node name="Button" type="Button" parent="."]
modulate = Color(1, 1, 1, 0)
anchors_preset = 6
anchor_left = 1.0
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_left = -325.0
offset_top = -31.0
offset_bottom = 31.0
grow_horizontal = 0
grow_vertical = 2

[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]