-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshooting_range.tscn
More file actions
46 lines (37 loc) · 1.59 KB
/
shooting_range.tscn
File metadata and controls
46 lines (37 loc) · 1.59 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[gd_scene load_steps=8 format=3 uid="uid://co1bqli300oma"]
[ext_resource type="Script" path="res://scripts/shooting_range.gd" id="1_42342"]
[ext_resource type="PackedScene" uid="uid://1p0gdp3fmd40" path="res://target.tscn" id="2_42usk"]
[ext_resource type="Script" path="res://scripts/shootingrangeBG.gd" id="2_n33gg"]
[ext_resource type="FontFile" uid="uid://bkxy3l4hhwk1b" path="res://nintendo-nes-font.ttf" id="3_u07df"]
[ext_resource type="Script" path="res://scripts/score.gd" id="4_ev6c4"]
[ext_resource type="Script" path="res://scripts/time.gd" id="6_a1bl2"]
[ext_resource type="PackedScene" uid="uid://ow7101idlpsf" path="res://cursor.tscn" id="7_ysfq1"]
[node name="shooting range" type="Node2D"]
script = ExtResource("1_42342")
[node name="bg" type="Sprite2D" parent="."]
centered = false
script = ExtResource("2_n33gg")
[node name="target" parent="." instance=ExtResource("2_42usk")]
position = Vector2(567, 334)
[node name="score" type="Label" parent="."]
texture_filter = 1
offset_left = 11.0
offset_top = 11.0
offset_right = 51.0
offset_bottom = 34.0
scale = Vector2(2, 2)
theme_override_fonts/font = ExtResource("3_u07df")
script = ExtResource("4_ev6c4")
[node name="Timer" type="Timer" parent="."]
wait_time = 15.0
[node name="time" type="Label" parent="."]
texture_filter = 1
offset_left = 14.0
offset_top = 588.0
offset_right = 54.0
offset_bottom = 611.0
scale = Vector2(2, 2)
theme_override_fonts/font = ExtResource("3_u07df")
script = ExtResource("6_a1bl2")
[node name="cursor" parent="." instance=ExtResource("7_ysfq1")]
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]