69 lines
2.9 KiB
Plaintext
69 lines
2.9 KiB
Plaintext
[gd_scene format=3 uid="uid://dd2hhxsy2tyrg"]
|
|
|
|
[ext_resource type="Script" uid="uid://yrpmdfnvg458" path="res://levels/level_1/level_1.gd" id="1_5b03i"]
|
|
[ext_resource type="PackedScene" uid="uid://bde7acekd3uir" path="res://levels/level_1/moorhuhn.tscn" id="1_k1ttk"]
|
|
[ext_resource type="Script" uid="uid://35u2woe76mun" path="res://levels/level_1/spawner.gd" id="2_45440"]
|
|
[ext_resource type="Texture2D" uid="uid://cp7xaluayhbv8" path="res://assets/cursor.png" id="2_e6u7d"]
|
|
[ext_resource type="FontFile" uid="uid://c4vwn7ipn5jno" path="res://assets/fonts/HennyPenny-Regular.ttf" id="3_epb64"]
|
|
[ext_resource type="Texture2D" uid="uid://dt0qvt2i1knk0" path="res://assets/background3-720.png" id="4_iey7c"]
|
|
[ext_resource type="Texture2D" uid="uid://c4vbec50oggpd" path="res://assets/gun.png" id="7_mxc8w"]
|
|
[ext_resource type="Script" uid="uid://b6nk5wcxncuwm" path="res://levels/level_1/gun.gd" id="8_j48du"]
|
|
[ext_resource type="Texture2D" uid="uid://dcvbx8mnfpmhg" path="res://assets/crosshair.png" id="9_8jbay"]
|
|
[ext_resource type="Script" uid="uid://djy0pj3it4816" path="res://levels/level_1/crosshair.gd" id="10_la5aw"]
|
|
|
|
[node name="Level1" type="Node2D" unique_id=1640293185]
|
|
script = ExtResource("1_5b03i")
|
|
mouse_cursor = ExtResource("2_e6u7d")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="." unique_id=1141524756]
|
|
offset_left = -14.0
|
|
offset_top = 204.0
|
|
offset_right = 331.0
|
|
offset_bottom = 261.0
|
|
color = Color(0.22352941, 0.2509804, 0.27450982, 1)
|
|
|
|
[node name="Background3720" type="Sprite2D" parent="." unique_id=2006398144]
|
|
position = Vector2(133, 105.00001)
|
|
scale = Vector2(0.30742478, 0.30742475)
|
|
texture = ExtResource("4_iey7c")
|
|
|
|
[node name="GUI" type="CanvasLayer" parent="." unique_id=1855866513]
|
|
|
|
[node name="Score" type="Label" parent="GUI" unique_id=1647586601]
|
|
offset_left = 5.0
|
|
offset_top = -1.0
|
|
offset_right = 45.0
|
|
offset_bottom = 43.0
|
|
mouse_filter = 1
|
|
theme_override_colors/font_color = Color(1, 1, 0, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 6
|
|
theme_override_fonts/font = ExtResource("3_epb64")
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "0"
|
|
|
|
[node name="Spawner" type="Node2D" parent="." unique_id=487338256 node_paths=PackedStringArray("score_label")]
|
|
script = ExtResource("2_45440")
|
|
spawnee = ExtResource("1_k1ttk")
|
|
score_label = NodePath("../GUI/Score")
|
|
|
|
[node name="Timer" type="Timer" parent="Spawner" unique_id=239078670]
|
|
autostart = true
|
|
|
|
[node name="Gun" type="Node2D" parent="." unique_id=2142476497]
|
|
position = Vector2(162, 260)
|
|
rotation = -1.5707964
|
|
script = ExtResource("8_j48du")
|
|
|
|
[node name="GFX" type="Sprite2D" parent="Gun" unique_id=907649535]
|
|
rotation = 1.5707964
|
|
texture = ExtResource("7_mxc8w")
|
|
offset = Vector2(3, -47)
|
|
|
|
[node name="Crosshair" type="Sprite2D" parent="." unique_id=2084983337]
|
|
position = Vector2(141, 99)
|
|
texture = ExtResource("9_8jbay")
|
|
script = ExtResource("10_la5aw")
|
|
|
|
[connection signal="timeout" from="Spawner/Timer" to="Spawner" method="spawn"]
|