same as below
This commit is contained in:
parent
2164eade29
commit
cb0ffac056
1674 changed files with 29651 additions and 93 deletions
47
main.tscn
47
main.tscn
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=115 format=3 uid="uid://bmd4m7lqj4v0x"]
|
||||
[gd_scene load_steps=116 format=3 uid="uid://bmd4m7lqj4v0x"]
|
||||
|
||||
[ext_resource type="Script" path="res://main.gd" id="1_3dydx"]
|
||||
[ext_resource type="Script" path="res://Spawner.gd" id="1_ifu8g"]
|
||||
|
@ -20,6 +20,7 @@
|
|||
[ext_resource type="Script" path="res://Notification.gd" id="13_lkv81"]
|
||||
[ext_resource type="Script" path="res://Stopwatch.gd" id="13_xhnp2"]
|
||||
[ext_resource type="Script" path="res://Leaderboard.gd" id="14_v1elq"]
|
||||
[ext_resource type="FontFile" uid="uid://bpcp43g74vhgo" path="res://monogram-extended.ttf" id="16_s4rjt"]
|
||||
[ext_resource type="PackedScene" uid="uid://4sdwatj6up8i" path="res://tar.tscn" id="19_8258f"]
|
||||
[ext_resource type="AudioStream" uid="uid://b8soxqg0jquqg" path="res://Flow State 2.ogg" id="21_7hdkm"]
|
||||
|
||||
|
@ -109,14 +110,6 @@ spawning_duration = 5.0
|
|||
wait = 15.0
|
||||
wait_for_killed = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_82qld"]
|
||||
script = ExtResource("4_um0x7")
|
||||
enemies = Array[ExtResource("7_54h7d")]([ExtResource("3_xmk5u"), ExtResource("5_xdrk0"), ExtResource("5_e24vf")])
|
||||
quantities = Array[int]([10, 10, 10])
|
||||
spawning_duration = 20.0
|
||||
wait = 2.0
|
||||
wait_for_killed = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_61v84"]
|
||||
script = ExtResource("4_um0x7")
|
||||
enemies = Array[ExtResource("7_54h7d")]([ExtResource("9_q67ak")])
|
||||
|
@ -125,6 +118,14 @@ spawning_duration = 1.0
|
|||
wait = 5.0
|
||||
wait_for_killed = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_82qld"]
|
||||
script = ExtResource("4_um0x7")
|
||||
enemies = Array[ExtResource("7_54h7d")]([ExtResource("3_xmk5u"), ExtResource("5_xdrk0"), ExtResource("5_e24vf")])
|
||||
quantities = Array[int]([10, 10, 10])
|
||||
spawning_duration = 20.0
|
||||
wait = 2.0
|
||||
wait_for_killed = true
|
||||
|
||||
[sub_resource type="Resource" id="Resource_2j32b"]
|
||||
script = ExtResource("4_um0x7")
|
||||
enemies = Array[ExtResource("7_54h7d")]([ExtResource("5_e24vf"), ExtResource("9_q67ak")])
|
||||
|
@ -666,7 +667,7 @@ script = ExtResource("1_3dydx")
|
|||
|
||||
[node name="Spawner" type="Node2D" parent="." node_paths=PackedStringArray("wave_label")]
|
||||
script = ExtResource("1_ifu8g")
|
||||
waves = Array[ExtResource("4_um0x7")]([SubResource("Resource_ur7l5"), SubResource("Resource_kupyp"), SubResource("Resource_o8cet"), SubResource("Resource_0cevq"), SubResource("Resource_eppj0"), SubResource("Resource_rpu1y"), SubResource("Resource_4b1vo"), SubResource("Resource_gg7kj"), SubResource("Resource_fjkob"), SubResource("Resource_5sdy5"), SubResource("Resource_82qld"), SubResource("Resource_61v84"), SubResource("Resource_2j32b")])
|
||||
waves = Array[ExtResource("4_um0x7")]([SubResource("Resource_ur7l5"), SubResource("Resource_kupyp"), SubResource("Resource_o8cet"), SubResource("Resource_0cevq"), SubResource("Resource_eppj0"), SubResource("Resource_rpu1y"), SubResource("Resource_4b1vo"), SubResource("Resource_gg7kj"), SubResource("Resource_fjkob"), SubResource("Resource_5sdy5"), SubResource("Resource_61v84"), SubResource("Resource_82qld"), SubResource("Resource_2j32b")])
|
||||
wave_label = NodePath("../UI/Wave Count")
|
||||
|
||||
[node name="Timer" type="Timer" parent="Spawner"]
|
||||
|
@ -707,6 +708,7 @@ autoplay = "default"
|
|||
[node name="CollisionFX" type="AudioStreamPlayer2D" parent="Clock"]
|
||||
stream = ExtResource("11_acuni")
|
||||
volume_db = 6.0
|
||||
bus = &"SFX"
|
||||
|
||||
[node name="Border" type="StaticBody2D" parent="."]
|
||||
collision_layer = 3
|
||||
|
@ -746,9 +748,9 @@ offset_top = 34.0
|
|||
offset_right = 344.0
|
||||
offset_bottom = 171.0
|
||||
theme_override_constants/line_spacing = 0
|
||||
theme_override_fonts/font = ExtResource("11_s4q6p")
|
||||
theme_override_font_sizes/font_size = 50
|
||||
text = "wave 1"
|
||||
theme_override_fonts/font = ExtResource("16_s4rjt")
|
||||
theme_override_font_sizes/font_size = 72
|
||||
text = "Wave 1"
|
||||
|
||||
[node name="Stopwatch" type="Label" parent="UI"]
|
||||
layout_mode = 1
|
||||
|
@ -760,7 +762,8 @@ offset_top = 22.0
|
|||
offset_right = -33.0
|
||||
offset_bottom = 159.0
|
||||
grow_horizontal = 0
|
||||
theme_override_font_sizes/font_size = 50
|
||||
theme_override_fonts/font = ExtResource("16_s4rjt")
|
||||
theme_override_font_sizes/font_size = 72
|
||||
text = "1:10.25"
|
||||
horizontal_alignment = 2
|
||||
justification_flags = 160
|
||||
|
@ -768,15 +771,12 @@ script = ExtResource("13_xhnp2")
|
|||
|
||||
[node name="Ability" type="HBoxContainer" parent="UI"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
anchor_top = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 14.0
|
||||
offset_top = -51.0
|
||||
offset_right = 54.0
|
||||
offset_bottom = -11.0
|
||||
grow_vertical = 0
|
||||
layout_mode = 2
|
||||
offset_left = 944.0
|
||||
offset_top = 5.0
|
||||
offset_right = 976.0
|
||||
offset_bottom = 37.0
|
||||
grow_horizontal = 2
|
||||
|
||||
[node name="GameOver" type="Label" parent="."]
|
||||
process_mode = 3
|
||||
|
@ -914,6 +914,7 @@ script = ExtResource("1_k8sg3")
|
|||
position = Vector2(-13, 29)
|
||||
stream = ExtResource("21_7hdkm")
|
||||
autoplay = true
|
||||
bus = &"Music"
|
||||
|
||||
[connection signal="wave_complete" from="Spawner" to="UI/Stopwatch" method="wave_finished"]
|
||||
[connection signal="timeout" from="Spawner/Timer" to="Spawner" method="check_enemies_loop"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue