forked from team-sg/hero-mark-2
turned off camera smoothing
This commit is contained in:
parent
a2f6d92fb4
commit
3b52ec2cbf
7 changed files with 30 additions and 27 deletions
|
@ -7,6 +7,8 @@ func _physics_process(delta):
|
|||
#Gravity
|
||||
velocity.y = 100
|
||||
velocity.x = 0
|
||||
else:
|
||||
velocity.y = 0
|
||||
move_and_slide(velocity,Vector2.UP)
|
||||
velocity.x = 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue