[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"]