48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://Title/Quit 1.png" type="Texture" id=1]
|
|
[ext_resource path="res://Title/Wizard Background.png" type="Texture" id=2]
|
|
[ext_resource path="res://Title/Quit 2.png" type="Texture" id=3]
|
|
[ext_resource path="res://Title/Play 1.png" type="Texture" id=4]
|
|
[ext_resource path="res://Title/Play 2.png" type="Texture" id=5]
|
|
[ext_resource path="res://Title/Tilte.gd" type="Script" id=6]
|
|
[ext_resource path="res://Music and Fonts(Misc.)/Hawaii Partii - Labyrinth (8-Bit).wav" type="AudioStream" id=7]
|
|
|
|
[node name="Title" type="Node"]
|
|
script = ExtResource( 6 )
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 2 )
|
|
centered = false
|
|
|
|
[node name="TextureButton" type="TextureButton" parent="."]
|
|
margin_left = 0.989594
|
|
margin_top = 73.7678
|
|
margin_right = 120.99
|
|
margin_bottom = 124.768
|
|
texture_normal = ExtResource( 4 )
|
|
texture_hover = ExtResource( 5 )
|
|
expand = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TextureButton2" type="TextureButton" parent="."]
|
|
margin_left = 1.0
|
|
margin_top = 128.0
|
|
margin_right = 125.0
|
|
margin_bottom = 179.0
|
|
texture_normal = ExtResource( 1 )
|
|
texture_hover = ExtResource( 3 )
|
|
expand = true
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource( 7 )
|
|
volume_db = -36.349
|
|
autoplay = true
|
|
[connection signal="pressed" from="TextureButton" to="." method="_on_TextureButton_pressed"]
|
|
[connection signal="pressed" from="TextureButton2" to="." method="_on_TextureButton2_pressed"]
|