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

15 lines
439 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" path="res://logic-scenes/board/empty_postIt_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)
2023-09-23 14:19:58 +00:00
custom_minimum_size = Vector2(400, 100)
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-09-23 14:19:58 +00:00
[node name="post-it_anchor" type="Node2D" parent="."]
2023-08-01 08:59:24 +00:00
position = Vector2(105, 57)