Compare commits
3 commits
335e782654
...
8c2526b4e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c2526b4e6 | |||
| c79c94268f | |||
| eddbb0d9cf |
4 changed files with 1 additions and 2 deletions
|
|
@ -71,7 +71,6 @@ void MapRegion::raise_difficulty(double amount) {
|
||||||
if (this->hunt_phase) {
|
if (this->hunt_phase) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
print_line("Difficutly Increased");
|
|
||||||
int const old_trunc{ (int)Math::floor(this->difficulty) };
|
int const old_trunc{ (int)Math::floor(this->difficulty) };
|
||||||
this->difficulty += amount;
|
this->difficulty += amount;
|
||||||
int const new_trunc{ (int)Math::floor(this->difficulty) };
|
int const new_trunc{ (int)Math::floor(this->difficulty) };
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -30,7 +30,7 @@ func _enter_tree() -> void:
|
||||||
"
|
"
|
||||||
|
|
||||||
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ng1ul"]
|
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_ng1ul"]
|
||||||
radius = 0.2578125
|
radius = 0.17480469
|
||||||
|
|
||||||
[node name="EnemyWretched" type="EnemyWretched" unique_id=2042600475]
|
[node name="EnemyWretched" type="EnemyWretched" unique_id=2042600475]
|
||||||
slide_on_ceiling = false
|
slide_on_ceiling = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue