54 lines
1.7 KiB
Text
54 lines
1.7 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://ceu62dbrvd31p"]
|
|
|
|
[ext_resource type="Theme" uid="uid://cotw1alu4b2ad" path="res://Theme/MainTheme.tres" id="1_2eoii"]
|
|
[ext_resource type="Script" path="res://scenes/menu/startMenu/start_menu.gd" id="2_y1mcp"]
|
|
[ext_resource type="PackedScene" uid="uid://br7eqr6jomsg4" path="res://scenes/game/map/map.tscn" id="3_w2x7d"]
|
|
[ext_resource type="Texture2D" uid="uid://b2xbgtcyxvi73" path="res://Assets/Player/Player.png" id="4_0cn2q"]
|
|
|
|
[node name="StartMenu" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("1_2eoii")
|
|
script = ExtResource("2_y1mcp")
|
|
|
|
[node name="Map" parent="." instance=ExtResource("3_w2x7d")]
|
|
visible = false
|
|
position = Vector2(976, 540)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
visible = false
|
|
position = Vector2(960, 456)
|
|
scale = Vector2(1.5, 1.5)
|
|
texture = ExtResource("4_0cn2q")
|
|
hframes = 25
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
modulate = Color(1, 1, 1, 0.376471)
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0, 0, 0, 1)
|
|
|
|
[node name="CenterContainer" type="CenterContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="StartButton" type="Button" parent="CenterContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "PLAY"
|
|
|
|
[connection signal="button_up" from="CenterContainer/VBoxContainer/StartButton" to="." method="_on_start_button_button_up"]
|