34 lines
980 B
Plaintext
34 lines
980 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cim3ul77o0ipr"]
|
|
|
|
[ext_resource type="Script" uid="uid://cxh40jp4vov4d" path="res://menu.gd" id="1_lti8b"]
|
|
[ext_resource type="Theme" uid="uid://h8lwapw6q4pv" path="res://menu_theme.tres" id="1_ouk20"]
|
|
|
|
[node name="Menu" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_ouk20")
|
|
script = ExtResource("1_lti8b")
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="ItemsContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="CenterContainer/ItemsContainer"]
|
|
layout_mode = 2
|
|
text = "Portals Demo - DIploma project"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="CenterContainer/ItemsContainer"]
|
|
layout_mode = 2
|