-
Notifications
You must be signed in to change notification settings - Fork 0
/
mai8517.tmp
31 lines (23 loc) · 1.13 KB
/
mai8517.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[gd_scene load_steps=5 format=3 uid="uid://g1lb4ohs0kcf"]
[ext_resource type="Texture2D" uid="uid://dga0nkhhwosph" path="res://Material Duck Hunt/Material Duck Hunt/cenariotras.png" id="1_pnme8"]
[ext_resource type="Script" path="res://main.gd" id="1_rflgi"]
[ext_resource type="Texture2D" uid="uid://b8jjhookca0tl" path="res://Material Duck Hunt/Material Duck Hunt/cenariofrente.png" id="2_kyuap"]
[ext_resource type="PackedScene" uid="uid://cwcb02r5ir786" path="res://alvo.tscn" id="5_u7w55"]
[node name="Main" type="Node2D"]
script = ExtResource("1_rflgi")
[node name="Fundo" type="Sprite2D" parent="."]
z_index = -3
texture = ExtResource("1_pnme8")
centered = false
[node name="frente" type="Sprite2D" parent="."]
z_index = 1
texture = ExtResource("2_kyuap")
centered = false
[node name="Alvo" parent="." instance=ExtResource("5_u7w55")]
[node name="gerapato" type="Timer" parent="."]
one_shot = true
[node name="espera" type="Timer" parent="."]
wait_time = 4.0
one_shot = true
[connection signal="timeout" from="gerapato" to="." method="_on_gerapato_timeout"]
[connection signal="timeout" from="espera" to="." method="_on_espera_timeout"]