|
@@ -58,7 +58,7 @@ func _physics_process(delta):
|
|
if dire < 0:
|
|
if dire < 0:
|
|
dire = 3
|
|
dire = 3
|
|
|
|
|
|
- tween.rotate_char(self, DEG_LIST[dire])
|
|
|
|
|
|
+ tween.rotate_char(self, rotation_degrees - 90)
|
|
is_moving = true
|
|
is_moving = true
|
|
|
|
|
|
elif Input.is_action_pressed("ui_right"):
|
|
elif Input.is_action_pressed("ui_right"):
|