-
Notifications
You must be signed in to change notification settings - Fork 0
/
Letter.tscn
31 lines (26 loc) · 934 Bytes
/
Letter.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
[gd_scene load_steps=2 format=3 uid="uid://vwk3i7ylgi46"]
[ext_resource type="Script" path="res://Letter.gd" id="1_r40op"]
[node name="Letter" type="Node2D"]
texture_filter = 1
scale = Vector2(2, 2)
script = ExtResource("1_r40op")
show_preview_pixel = true
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_left = -3.0
offset_top = -3.0
offset_right = 8.0
offset_bottom = 16.0
[node name="Label" type="Label" parent="Control"]
layout_mode = 1
anchors_preset = -1
anchor_right = 2.2
anchor_bottom = 1.769
offset_bottom = 0.00299835
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "A"
horizontal_alignment = 1
[connection signal="gui_input" from="Control" to="." method="_on_control_gui_input"]
[connection signal="mouse_entered" from="Control" to="." method="_on_control_mouse_entered"]
[connection signal="mouse_exited" from="Control" to="." method="_on_control_mouse_exited"]