sync
This commit is contained in:
parent
f7d034147d
commit
57e3151019
15 changed files with 92 additions and 46 deletions
|
@ -14,4 +14,4 @@ func hit(body):
|
|||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _physics_process(delta):
|
||||
apply_central_force((global_position - player.global_position).normalized() * -300)
|
||||
apply_central_force((global_position - player.global_position).normalized() * -900)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue