|
@@ -15,5 +15,5 @@ func move_char(c, t_pos):
|
|
pass
|
|
pass
|
|
|
|
|
|
func rotate_char(c, t_rot):
|
|
func rotate_char(c, t_rot):
|
|
- interpolate_property(c, "rotation_degrees", c.rotation_degrees, t_rot, duration, Tween.TRANS_LINEAR, Tween.EASE_IN)
|
|
|
|
|
|
+ interpolate_property(c, "rotation_degrees", c.rotation_degrees, t_rot, duration, Tween.TRANS_LINEAR, Tween.EASE_OUT)
|
|
pass
|
|
pass
|