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

15 lines
466 B
Plaintext
Raw Normal View History

2023-09-23 14:19:58 +00:00
[gd_scene load_steps=2 format=3 uid="uid://chwf61qpn2sqw"]
[ext_resource type="Script" uid="uid://c8gsxyymrldcd" path="res://logic-scenes/board/sticky_note_panel.gd" id="1_1dtc4"]
2023-08-01 08:59:24 +00:00
[node name="Panel" type="Panel"]
self_modulate = Color(1, 1, 1, 0)
2025-02-24 15:14:08 +00:00
custom_minimum_size = Vector2(400, 0)
2023-09-23 14:19:58 +00:00
offset_right = 400.0
offset_bottom = 120.0
2023-08-01 08:59:24 +00:00
mouse_filter = 1
2023-09-23 14:19:58 +00:00
script = ExtResource("1_1dtc4")
2023-08-01 08:59:24 +00:00
2023-10-12 16:25:21 +00:00
[node name="sticky-note_anchor" type="Node2D" parent="."]
2023-08-01 08:59:24 +00:00
position = Vector2(105, 57)