57 lines
1.7 KiB
Plaintext
57 lines
1.7 KiB
Plaintext
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://Title/Quit 2.png" type="Texture" id=1]
|
|
[ext_resource path="res://Title/Play 2.png" type="Texture" id=2]
|
|
[ext_resource path="res://art/Paralax_loading_screen.png" type="Texture" id=3]
|
|
[ext_resource path="res://Title/Play 1.png" type="Texture" id=4]
|
|
[ext_resource path="res://Title/Quit 1.png" type="Texture" id=5]
|
|
[ext_resource path="res://Title/Tilte.gd" type="Script" id=6]
|
|
[ext_resource path="res://Music and Fonts(Misc.)/m5x7.tres" type="DynamicFontData" id=7]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 60
|
|
font_data = ExtResource( 7 )
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 6 )
|
|
|
|
[node name="MenuBackground" type="Sprite" parent="."]
|
|
position = Vector2( 160, 90 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="Play" type="TextureButton" parent="MenuBackground"]
|
|
margin_left = -130.0
|
|
margin_top = 10.0
|
|
margin_right = -30.0
|
|
margin_bottom = 60.0
|
|
texture_normal = ExtResource( 4 )
|
|
texture_hover = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Quit" type="TextureButton" parent="MenuBackground"]
|
|
margin_left = 30.0
|
|
margin_top = 10.0
|
|
margin_right = 130.0
|
|
margin_bottom = 60.0
|
|
texture_normal = ExtResource( 5 )
|
|
texture_hover = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="MenuBackground"]
|
|
margin_left = -100.0
|
|
margin_top = -60.0
|
|
margin_right = 95.0
|
|
margin_bottom = -12.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
custom_colors/font_color = Color( 1, 0.121569, 0.121569, 1 )
|
|
text = "The Crypt"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
[connection signal="pressed" from="MenuBackground/Play" to="." method="_on_Play_pressed"]
|
|
[connection signal="pressed" from="MenuBackground/Quit" to="." method="_on_Quit_pressed"]
|