mirror of https://github.com/godotengine/godot
parent
0f0b21e84a
commit
cdeb610a13
|
|
@ -54,7 +54,7 @@ func _fixed_process(delta):
|
||||||
var original_vel = vel
|
var original_vel = vel
|
||||||
|
|
||||||
|
|
||||||
var floor_velocity=Vector2()
|
var floor_velocity=Vector3()
|
||||||
|
|
||||||
var attempts=4
|
var attempts=4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue