frame-of-mind/src/logic-scenes/board/card.tscn

48 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-04-19 16:53:24 +00:00
[gd_scene load_steps=4 format=3 uid="uid://dy5rd437h5hsw"]
[ext_resource type="Script" path="res://logic-scenes/board/card.gd" id="1_emip0"]
[ext_resource type="Texture2D" uid="uid://dyirthpnyeh34" path="res://icon.png" id="2_aibwm"]
[sub_resource type="LabelSettings" id="LabelSettings_13ura"]
font_size = 30
outline_size = 10
outline_color = Color(0, 0, 0, 1)
[node name="card" type="Control"]
layout_mode = 3
anchor_right = 0.179
anchor_bottom = 0.239
offset_right = 0.23999
offset_bottom = -0.119995
grow_horizontal = 2
grow_vertical = 2
focus_mode = 2
script = ExtResource("1_emip0")
compatible_postits = Array[Resource("res://logic-scenes/board/post-it.gd")]([null, null, null])
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_aibwm")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 6.0
offset_top = 7.0
offset_right = 251.0
offset_bottom = 251.0
label_settings = SubResource("LabelSettings_13ura")
autowrap_mode = 3
[node name="postit anchor" type="Control" parent="."]
anchors_preset = 0
offset_left = 100.0
offset_top = 184.0
offset_right = 140.0
offset_bottom = 224.0
[connection signal="focus_entered" from="." to="." method="_on_focus_entered"]
[connection signal="focus_exited" from="." to="." method="_on_focus_exited"]
[connection signal="focus_entered" from="postit anchor" to="." method="_on_postit_anchor_focus_entered"]