#Godot Help for Complete Beginner

1 messages · Page 1 of 1 (latest)

robust stump
#

is the error on the line velocity.y -= gravity delta?

fading hamlet
#

gravity * delta

#

should be

#

if your gravity is float that is fine

#

if your gravity Vector3 then not