From 6d0e337bd6e27455e228da0388b0990e3b870455 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 31 Aug 2025 02:12:56 +0200 Subject: [PATCH] Add ProgressiveDamageComponent to village levels and update .gitattributes --- .gitattributes | 2 ++ scenes/level_village_1.tscn | 4 ++++ scenes/level_village_4.tscn | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/.gitattributes b/.gitattributes index 8ad74f7..04bb7eb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ # Normalize EOL for all files that Git considers text files. * text=auto eol=lf +addons/* linguist-vendored +*.gd linguist-vendored diff --git a/scenes/level_village_1.tscn b/scenes/level_village_1.tscn index a721fd0..907c4d4 100644 --- a/scenes/level_village_1.tscn +++ b/scenes/level_village_1.tscn @@ -60,6 +60,10 @@ z_index = 10 [node name="HitParticles" parent="Brick Player" index="26"] process_material = SubResource("ParticleProcessMaterial_lgb3u") +[node name="ProgressiveDamageComponent" parent="Brick Player" index="31"] +MinJumpHeight = null +JumpReductionPercentage = null + [node name="WorldEnvironment" parent="." instance=ExtResource("2_1vw1j")] [node name="UI Layer" parent="." instance=ExtResource("3_4fsls")] diff --git a/scenes/level_village_4.tscn b/scenes/level_village_4.tscn index 13a9489..d57dbb1 100644 --- a/scenes/level_village_4.tscn +++ b/scenes/level_village_4.tscn @@ -197,6 +197,10 @@ process_mode = 4 [node name="HitParticles" parent="Brick Player" index="26"] process_material = SubResource("ParticleProcessMaterial_lgb3u") +[node name="ProgressiveDamageComponent" parent="Brick Player" index="31"] +MinJumpHeight = null +JumpReductionPercentage = null + [node name="Enemies" type="Node2D" parent="."] [node name="Flying Enemy" parent="Enemies" instance=ExtResource("18_162yw")]