-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tscn
22 lines (15 loc) · 977 Bytes
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=5 format=3 uid="uid://dvynomanco1gr"]
[ext_resource type="PackedScene" uid="uid://dq0bqoex4778g" path="res://Background.tscn" id="1_vekg0"]
[ext_resource type="Script" path="res://Scripts/Main.gd" id="2_oovqe"]
[ext_resource type="PackedScene" uid="uid://besp7yxnra0x" path="res://Interface.tscn" id="3_05k11"]
[ext_resource type="AudioStream" uid="uid://o03md0joxcwx" path="res://Externals/hit.mp3" id="4_g8pbg"]
[node name="Main" type="Node2D"]
script = ExtResource("2_oovqe")
[node name="Background" parent="." instance=ExtResource("1_vekg0")]
position = Vector2(960, 540)
[node name="Timer" type="Timer" parent="."]
[node name="Interface" parent="." instance=ExtResource("3_05k11")]
[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource("4_g8pbg")
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
[connection signal="start_game" from="Interface" to="." method="_on_start_game"]