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) {
|
||||
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.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue