Compare commits
No commits in common. "8c2526b4e6bac93fa946075fd2fc7346e69ee000" and "335e7826543cfcb94a8e8ccd394c0e97e19fc16a" have entirely different histories.
8c2526b4e6
...
335e782654
4 changed files with 2 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ 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.17480469
|
radius = 0.2578125
|
||||||
|
|
||||||
[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