39 lines
876 B
Plaintext
39 lines
876 B
Plaintext
|
|
[gd_scene load_steps=2 format=3 uid="uid://bpk4hhck7xb8a"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" path="res://logic-scenes/board/board.gd" id="1_0rxlw"]
|
||
|
|
|
||
|
|
[node name="board" type="Control"]
|
||
|
|
layout_mode = 3
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
script = ExtResource("1_0rxlw")
|
||
|
|
|
||
|
|
[node name="mindmap" type="Panel" parent="."]
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 15
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 2
|
||
|
|
grow_vertical = 2
|
||
|
|
|
||
|
|
[node name="cards" type="Panel" parent="."]
|
||
|
|
custom_minimum_size = Vector2(100, 0)
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 9
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
offset_right = 30.0
|
||
|
|
grow_vertical = 2
|
||
|
|
|
||
|
|
[node name="postits" type="Panel" parent="."]
|
||
|
|
custom_minimum_size = Vector2(100, 0)
|
||
|
|
layout_mode = 1
|
||
|
|
anchors_preset = 11
|
||
|
|
anchor_left = 1.0
|
||
|
|
anchor_right = 1.0
|
||
|
|
anchor_bottom = 1.0
|
||
|
|
grow_horizontal = 0
|
||
|
|
grow_vertical = 2
|