You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

111 lines
3.0 KiB

[gd_scene load_steps=5 format=2]
[ext_resource path="res://src/Main/MainMenu.gd" type="Script" id=1]
[ext_resource path="res://assets/art/background/title.png" type="Texture" id=2]
[ext_resource path="res://assets/theme/fonts/NormalFont.tres" type="DynamicFont" id=4]
[sub_resource type="Animation" id=1]
resource_name = "credits"
length = 15.0
step = 1.0
tracks/0/type = "value"
tracks/0/path = NodePath("RichTextLabel:rect_position")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/keys = {
"times": PoolRealArray( 0, 15 ),
"transitions": PoolRealArray( 1, 1 ),
"update": 0,
"values": [ Vector2( 322, 190 ), Vector2( -1616, 190 ) ]
}
[node name="MainMenu" type="CanvasLayer"]
script = ExtResource( 1 )
[node name="Background" type="TextureRect" parent="."]
margin_right = 426.0
margin_bottom = 240.0
texture = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MainMenu" type="VBoxContainer" parent="."]
anchor_left = 0.296875
anchor_top = 0.766667
anchor_right = 0.296875
anchor_bottom = 0.766667
margin_left = -93.0
margin_top = 23.9999
margin_right = 226.0
margin_bottom = 45.9999
size_flags_horizontal = 4
size_flags_vertical = 2
size_flags_stretch_ratio = 0.6
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StoryMode" type="Label" parent="MainMenu"]
margin_right = 319.0
margin_bottom = 8.0
rect_pivot_offset = Vector2( 42, 4 )
custom_fonts/font = ExtResource( 4 )
text = "START GAME"
align = 1
uppercase = true
[node name="Quit" type="Label" parent="MainMenu"]
margin_top = 12.0
margin_right = 319.0
margin_bottom = 20.0
rect_pivot_offset = Vector2( 42, 4 )
custom_fonts/font = ExtResource( 4 )
text = "CREDITS"
align = 1
uppercase = true
[node name="MainVbox" type="VBoxContainer" parent="."]
margin_left = -94.0
margin_top = 18.0
margin_right = 226.0
margin_bottom = 258.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="RichTextLabel" type="RichTextLabel" parent="."]
margin_left = 322.0
margin_top = 190.0
margin_right = 2051.0
margin_bottom = 203.0
rect_clip_content = false
custom_fonts/normal_font = ExtResource( 4 )
bbcode_enabled = true
bbcode_text = "[wave amp=20 freq=5]Shirogami's Maze by Cidoku - Character (Shirogami) and music (Protector) by me - Game made in Godot using the 2D platformer demo by the Godot Engine team (MIT license) - Tileset by rubberduck and bart[/wave]"
meta_underlined = false
text = "Shirogami's Maze by Cidoku - Character (Shirogami) and music (Protector) by me - Game made in Godot using the 2D platformer demo by the Godot Engine team (MIT license) - Tileset by rubberduck and bart"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
playback_speed = 0.7
anims/credits = SubResource( 1 )
[node name="StoryMode2" type="Label" parent="."]
margin_left = 112.0
margin_top = 232.0
margin_right = 320.0
margin_bottom = 240.0
rect_pivot_offset = Vector2( 42, 4 )
custom_fonts/font = ExtResource( 4 )
text = "V1.2"
align = 2
uppercase = true
__meta__ = {
"_edit_use_anchors_": false
}