[gd_scene load_steps=5 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://ccncau1yfqyuf" path="res://logic-scenes/board/cardsheet.png" id="2_x4r1c"] [ext_resource type="Theme" uid="uid://b056fn288p8ha" path="res://logic-scenes/themes/messy.theme" id="3_rktsa"] [sub_resource type="AtlasTexture" id="AtlasTexture_olf16"] atlas = ExtResource("2_x4r1c") region = Rect2(49, 472.5, 528, 366) [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 = 528.0 offset_bottom = 366.0 scale = Vector2(0.6, 0.6) texture = SubResource("AtlasTexture_olf16") [node name="Label" type="Label" parent="."] layout_mode = 0 offset_left = 22.0 offset_top = 35.0 offset_right = 298.0 offset_bottom = 215.0 theme = ExtResource("3_rktsa") theme_type_variation = &"card_text" text = "this is a test with a second line" autowrap_mode = 3 [node name="postit anchor" type="Control" parent="."] anchors_preset = 0 offset_left = 100.0 offset_top = 148.0 offset_right = 140.0 offset_bottom = 188.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"]