Compare commits

..

3 commits

Author SHA1 Message Date
8c2526b4e6 chore: made enemy physics collider smaller 2026-02-03 23:12:51 +01:00
c79c94268f chore: adjusted map 2026-02-03 23:12:45 +01:00
eddbb0d9cf chore: removed "Difficutly Increased" message 2026-02-02 22:57:23 +01:00
4 changed files with 1 additions and 2 deletions

View file

@ -71,7 +71,6 @@ void MapRegion::raise_difficulty(double amount) {
if (this->hunt_phase) {
return;
}
print_line("Difficutly Increased");
int const old_trunc{ (int)Math::floor(this->difficulty) };
this->difficulty += amount;
int const new_trunc{ (int)Math::floor(this->difficulty) };

Binary file not shown.

Binary file not shown.

View file

@ -30,7 +30,7 @@ func _enter_tree() -> void:
"
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ng1ul"]
radius = 0.2578125
radius = 0.17480469
[node name="EnemyWretched" type="EnemyWretched" unique_id=2042600475]
slide_on_ceiling = false