40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
|
|
[gd_scene load_steps=4 format=3 uid="uid://vkcdj8c3ytbq"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://logic-scenes/board/post-it.gd" id="1_yvh5n"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://dq7jm5ufknbb6" path="res://vfx/lens-flare-particle.png" id="2_jr288"]
|
||
|
|
|
||
|
|
[sub_resource type="LabelSettings" id="LabelSettings_vm4x4"]
|
||
|
|
font_size = 30
|
||
|
|
outline_size = 10
|
||
|
|
outline_color = Color(0, 0, 0, 1)
|
||
|
|
|
||
|
|
[node name="post-it" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchor_right = 0.187
|
||
|
|
anchor_bottom = 0.239
|
||
|
|
offset_right = -124.28
|
||
|
|
offset_bottom = -100.12
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
focus_mode = 2
|
||
|
|
script = ExtResource("1_yvh5n")
|
||
|
|
|
||
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
||
|
|
layout_mode = 0
|
||
|
|
offset_right = 135.0
|
||
|
|
offset_bottom = 138.0
|
||
|
|
texture = ExtResource("2_jr288")
|
||
|
|
|
||
|
|
[node name="Label" type="Label" parent="."]
|
||
|
|
layout_mode = 0
|
||
|
|
offset_left = 6.0
|
||
|
|
offset_top = 7.0
|
||
|
|
offset_right = 131.0
|
||
|
|
offset_bottom = 134.0
|
||
|
|
focus_mode = 2
|
||
|
|
label_settings = SubResource("LabelSettings_vm4x4")
|
||
|
|
autowrap_mode = 3
|
||
|
|
|
||
|
|
[connection signal="focus_entered" from="." to="." method="_on_focus_entered"]
|
||
|
|
[connection signal="focus_exited" from="." to="." method="_on_focus_exited"]
|