the-crypt/Title/BetterTitle.tscn
2020-07-23 19:53:16 -05:00

85 lines
2.5 KiB
Plaintext

[gd_scene load_steps=9 format=2]
[ext_resource path="res://art/Quit 2.png" type="Texture" id=1]
[ext_resource path="res://Title/Play 2.png" type="Texture" id=2]
[ext_resource path="res://art/menubackground.png" type="Texture" id=3]
[ext_resource path="res://Title/Play 1.png" type="Texture" id=4]
[ext_resource path="res://art/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="Label2" type="Label" parent="MenuBackground"]
modulate = Color( 0, 0, 0, 1 )
margin_left = -101.0
margin_top = -59.0
margin_right = 94.0
margin_bottom = -11.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
}
[node name="Label" type="Label" parent="MenuBackground"]
modulate = Color( 0.411765, 0.184314, 0.184314, 1 )
margin_left = -99.0
margin_top = -61.0
margin_right = 96.0
margin_bottom = -13.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
}
[node name="Label3" type="Label" parent="MenuBackground"]
modulate = Color( 1, 0.0666667, 0, 1 )
self_modulate = Color( 0.980392, 0.380392, 0.380392, 1 )
margin_left = -97.0
margin_top = -65.1189
margin_right = 98.0
margin_bottom = -17.1189
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"]