1
0

final commit

This commit is contained in:
2026-07-26 18:54:03 +02:00
parent 4438d9d886
commit c818fba5e9
45 changed files with 1791 additions and 67 deletions
+75 -8
View File
@@ -11,6 +11,7 @@
[ext_resource type="AudioStream" uid="uid://cxub0psx0jhru" path="res://assets/sounds/powerUp.wav" id="9_03kpu"]
[ext_resource type="FontFile" uid="uid://ha2vel05pr1v" path="res://assets/fonts/AnonymousPro-Bold.ttf" id="10_hw0nj"]
[ext_resource type="Texture2D" uid="uid://pb14cjjw7aa8" path="res://assets/images/upgrades/shotgun.png" id="10_ptsbx"]
[ext_resource type="PackedScene" uid="uid://b8gstr4nrohwu" path="res://assets/scenes/walkingBomb.tscn" id="12_hx4w7"]
[sub_resource type="NavigationPolygon" id="NavigationPolygon_xyegg"]
outlines = Array[PackedVector2Array]([PackedVector2Array(-1567, -1568, 1601, -1567, 1600, 1600, -1570, 1601)])
@@ -216,6 +217,15 @@ _data = {
&"popItUp": SubResource("Animation_d1xn1")
}
[sub_resource type="LabelSettings" id="LabelSettings_8sg6u"]
font = ExtResource("10_hw0nj")
font_size = 48
font_color = Color(1, 0.2509804, 0.2509804, 1)
[sub_resource type="LabelSettings" id="LabelSettings_hx4w7"]
font = ExtResource("10_hw0nj")
font_size = 32
[sub_resource type="LabelSettings" id="LabelSettings_xyegg"]
[sub_resource type="Environment" id="Environment_xyegg"]
@@ -339,13 +349,16 @@ tile_set = SubResource("TileSet_xyegg")
[node name="Player" parent="." unique_id=1190467346 instance=ExtResource("1_btclk")]
[node name="Pickupable" parent="." unique_id=448556835 instance=ExtResource("8_d1xn1")]
position = Vector2(95, -501)
position = Vector2(100000, -501)
collision_priority = 100.0
[node name="enemies" type="Node2D" parent="." unique_id=1230721986]
[node name="Enemy" parent="enemies" unique_id=1421049985 instance=ExtResource("2_46mya")]
position = Vector2(-1, 133)
position = Vector2(-1, 100000)
[node name="Enemy2" parent="enemies" unique_id=791204310 instance=ExtResource("12_hx4w7")]
position = Vector2(1, 100000)
[node name="hud" type="CanvasLayer" parent="." unique_id=1713327920]
@@ -490,12 +503,13 @@ offset_transform_enabled = true
theme_override_constants/separation = 56
[node name="goldupgrades" type="VBoxContainer" parent="hud" unique_id=640079106]
anchors_preset = 9
anchors_preset = 11
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 64.0
offset_top = 8.0
offset_right = 112.0
offset_bottom = -8.0
offset_left = -56.0
offset_right = -8.0
grow_horizontal = 0
grow_vertical = 2
offset_transform_enabled = true
theme_override_constants/separation = 56
@@ -511,7 +525,7 @@ offset_bottom = 71.0
grow_horizontal = 2
scale = Vector2(1e-05, 1e-05)
pivot_offset_ratio = Vector2(0.5, 0.5)
text = "+3 seconds ig"
text = "+3s"
label_settings = SubResource("LabelSettings_ptsbx")
[node name="AnimationPlayer2" type="AnimationPlayer" parent="hud" unique_id=454507892]
@@ -528,6 +542,44 @@ volume_db = -10.0
max_distance = 10000.0
attenuation = 1e-05
[node name="deathrect" type="ColorRect" parent="hud" unique_id=394171848]
modulate = Color(1, 1, 1, 0)
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="Label" type="Label" parent="hud/deathrect" unique_id=1703912318]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -118.0
offset_top = 288.0
offset_right = 118.0
offset_bottom = 337.0
grow_horizontal = 2
text = "you died."
label_settings = SubResource("LabelSettings_8sg6u")
[node name="Label2" type="Label" parent="hud/deathrect" unique_id=1652205310]
layout_mode = 1
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -331.0
offset_top = 384.0
offset_right = 331.0
offset_bottom = 489.0
grow_horizontal = 2
text = "well thats unfortunate.
click anywhere to go to the main menu."
label_settings = SubResource("LabelSettings_hx4w7")
horizontal_alignment = 1
[node name="bakewait" type="CanvasLayer" parent="." unique_id=1005630157]
visible = false
@@ -603,6 +655,21 @@ text = "new upgrade!"
label_settings = SubResource("LabelSettings_pymst")
horizontal_alignment = 1
[node name="goldrect" type="ColorRect" parent="newupgrade" unique_id=1803253903]
visible = false
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -24.0
offset_top = -24.0
offset_right = 24.0
offset_bottom = 24.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.8, 0.6, 0, 1)
[node name="icon" type="TextureRect" parent="newupgrade" unique_id=1212657862]
anchors_preset = 8
anchor_left = 0.5