midori-school/title.tscn
2024-04-16 14:26:45 -07:00

69 lines
1.9 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://ccckve5n0xbh4"]
[ext_resource type="Script" path="res://title.gd" id="1_fbo7u"]
[ext_resource type="Script" path="res://Game name.gd" id="2_bbb0f"]
[ext_resource type="Texture2D" uid="uid://bxa27c7gnivwx" path="res://backgounds/night-sky-at-ceres.jpg" id="2_ena11"]
[ext_resource type="Script" path="res://start.gd" id="4_cc41w"]
[ext_resource type="Script" path="res://exit.gd" id="5_scoec"]
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="7_yq7ke"]
[node name="title" 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_fbo7u")
[node name="Night Sky" type="TextureRect" parent="."]
layout_mode = 0
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("2_ena11")
[node name="Game name" type="Label" parent="."]
layout_mode = 0
offset_left = 35.0
offset_top = 308.0
offset_right = 1241.0
offset_bottom = 438.0
theme_override_font_sizes/font_size = 95
text = "GAME_NAME"
horizontal_alignment = 1
script = ExtResource("2_bbb0f")
[node name="start" type="Label" parent="."]
layout_mode = 0
offset_left = 46.0
offset_top = 92.0
offset_right = 1224.0
offset_bottom = 147.0
theme_override_font_sizes/font_size = 40
text = "TEXT_START"
horizontal_alignment = 1
script = ExtResource("4_cc41w")
[node name="exit" type="Label" parent="."]
layout_mode = 0
offset_left = 47.0
offset_top = 602.0
offset_right = 1208.0
offset_bottom = 657.0
theme_override_font_sizes/font_size = 40
text = "TEXT_EXIT"
horizontal_alignment = 1
script = ExtResource("5_scoec")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 398.0
offset_top = 660.0
offset_right = 871.0
offset_bottom = 709.0
text = "2023-2024 Page Asgardius GNU General Public License 3
2016-2024 Asgardius Virtualx Project"
[node name="Bottomhud" parent="." instance=ExtResource("7_yq7ke")]
layout_mode = 1