Skip to content

Commit

Permalink
Cooldown reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
Calverin committed Jul 23, 2023
1 parent 696de4d commit e9a56c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/Portal.gd
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ func _physics_process(delta):
body.in_velocity = velocity
body.out_velocity = other_portal.velocity
body.set_use_custom_integrator(true)
tp_cooldown = 50
other_portal.tp_cooldown = 25
tp_cooldown = 5
other_portal.tp_cooldown = 2

0 comments on commit e9a56c8

Please sign in to comment.