15 lines
448 B
Plaintext
15 lines
448 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://chwf61qpn2sqw"]
|
|
|
|
[ext_resource type="Script" path="res://logic-scenes/board/empty_sticky_note_panel.gd" id="1_1dtc4"]
|
|
|
|
[node name="Panel" type="Panel"]
|
|
self_modulate = Color(1, 1, 1, 0)
|
|
custom_minimum_size = Vector2(400, 100)
|
|
offset_right = 400.0
|
|
offset_bottom = 120.0
|
|
mouse_filter = 1
|
|
script = ExtResource("1_1dtc4")
|
|
|
|
[node name="sticky-note_anchor" type="Node2D" parent="."]
|
|
position = Vector2(105, 57)
|