mirror of
https://github.com/Steffo99/nanogolf.git
synced 2024-11-21 23:54:21 +00:00
31 lines
827 B
Text
31 lines
827 B
Text
[gd_scene load_steps=2 format=3 uid="uid://c3lhhndbdq67s"]
|
|
|
|
[ext_resource type="Script" path="res://scenes/main_menu.gd" id="1_6ex0u"]
|
|
|
|
[node name="MainMenu" 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_6ex0u")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Title" type="RichTextLabel" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
bbcode_enabled = true
|
|
text = "[center][font_size=32px][b]Nanogolf[/b][/font_size]
|
|
Gioca a golf con gli amici![/center]"
|
|
fit_content = true
|
|
|
|
[node name="Padding" type="Control" parent="VBoxContainer"]
|
|
custom_minimum_size = Vector2(0, 16)
|
|
layout_mode = 2
|