19 lines
994 B
Plaintext
19 lines
994 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://c645h6ap7niu1"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://44wla7mlivqm" path="res://UI/menu.tscn" id="1_64gp8"]
|
|
[ext_resource type="Script" uid="uid://dwgsbyhh0oddl" path="res://scenes/game.gd" id="1_b2ju7"]
|
|
[ext_resource type="PackedScene" uid="uid://17macg0q4k8l" path="res://shaders/transition_shader.tscn" id="3_2p7jc"]
|
|
|
|
[node name="Game" type="Node2D"]
|
|
script = ExtResource("1_b2ju7")
|
|
|
|
[node name="Menu" parent="." instance=ExtResource("1_64gp8")]
|
|
|
|
[node name="TransitionShader" parent="." instance=ExtResource("3_2p7jc")]
|
|
|
|
[connection signal="load" from="Menu" to="." method="load_game"]
|
|
[connection signal="save" from="Menu" to="." method="save_game"]
|
|
[connection signal="start" from="Menu" to="." method="start_game"]
|
|
[connection signal="fade_in_done" from="TransitionShader" to="." method="_on_transition_shader_fade_in_done"]
|
|
[connection signal="fade_out_done" from="TransitionShader" to="." method="_on_transition_shader_fade_out_done"]
|