mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 05:54:49 -04:00
110 lines
3 KiB
Text
110 lines
3 KiB
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://scripts/TitleScn.gd" type="Script" id=1]
|
|
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
|
|
[ext_resource path="res://sprites/clothes/title.svg" type="Texture" id=3]
|
|
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=4]
|
|
|
|
[node name="Start" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MenuRf" type="ReferenceRect" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -209.5
|
|
margin_top = -225.5
|
|
margin_right = 209.5
|
|
margin_bottom = 225.5
|
|
theme = ExtResource( 2 )
|
|
|
|
[node name="Title" type="Sprite" parent="MenuRf"]
|
|
position = Vector2( 210.755, 77.8556 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="StartVbox" type="VBoxContainer" parent="MenuRf"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -67.5
|
|
margin_top = -42.5
|
|
margin_right = 68.5
|
|
margin_bottom = 61.5
|
|
|
|
[node name="PlayBtn" type="Button" parent="MenuRf/StartVbox"]
|
|
margin_right = 136.0
|
|
margin_bottom = 29.0
|
|
text = "KPLY"
|
|
|
|
[node name="CreditsBtn" type="Button" parent="MenuRf/StartVbox"]
|
|
margin_top = 33.0
|
|
margin_right = 136.0
|
|
margin_bottom = 62.0
|
|
text = "KCRE"
|
|
|
|
[node name="LicenseBtn" type="Button" parent="MenuRf/StartVbox"]
|
|
margin_top = 66.0
|
|
margin_right = 136.0
|
|
margin_bottom = 95.0
|
|
text = "KLIC"
|
|
|
|
[node name="ModePanel" type="WindowDialog" parent="MenuRf"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -73.0
|
|
margin_top = -46.0
|
|
margin_right = 73.0
|
|
margin_bottom = 46.0
|
|
|
|
[node name="PlayVbox" type="VBoxContainer" parent="MenuRf/ModePanel"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 5.0
|
|
margin_top = 5.0
|
|
margin_right = -5.0
|
|
margin_bottom = -5.0
|
|
|
|
[node name="ModeLbl" type="Label" parent="MenuRf/ModePanel/PlayVbox"]
|
|
margin_right = 136.0
|
|
margin_bottom = 14.0
|
|
text = "KGMO"
|
|
align = 1
|
|
|
|
[node name="ModernBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"]
|
|
margin_top = 18.0
|
|
margin_right = 136.0
|
|
margin_bottom = 38.0
|
|
text = "Modern"
|
|
|
|
[node name="ClassicBtn" type="Button" parent="MenuRf/ModePanel/PlayVbox"]
|
|
margin_top = 42.0
|
|
margin_right = 136.0
|
|
margin_bottom = 62.0
|
|
text = "KCLS"
|
|
|
|
[node name="PauseScn" parent="." instance=ExtResource( 4 )]
|
|
margin_left = 97.0
|
|
margin_top = 37.0
|
|
margin_right = 97.0
|
|
margin_bottom = 37.0
|
|
|
|
[node name="Version" type="Label" parent="."]
|
|
margin_left = 722.908
|
|
margin_top = 568.64
|
|
margin_right = 770.908
|
|
margin_bottom = 582.64
|
|
text = "Version"
|
|
[connection signal="pressed" from="MenuRf/StartVbox/PlayBtn" to="." method="_on_PlayBtn_pressed"]
|
|
[connection signal="pressed" from="MenuRf/StartVbox/CreditsBtn" to="." method="_on_CreditsBtn_pressed"]
|
|
[connection signal="pressed" from="MenuRf/StartVbox/LicenseBtn" to="." method="_on_LicenseBtn_pressed"]
|
|
[connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ModernBtn" to="." method="_on_ModernBtn_pressed"]
|
|
[connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_pressed"]
|