diff options
| -rw-r--r-- | ps_hanging.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ps_hanging.gd b/ps_hanging.gd index aa5e0ed..5562a2d 100644 --- a/ps_hanging.gd +++ b/ps_hanging.gd @@ -33,6 +33,7 @@ func _init(pl: Player, h_target: HookHanging) -> void: pl.anim_sp.flip_h = dx < 0 state = S.MLEMING + pl.anim_sp.play("jump") func _to_string() -> String: return "PlayerStateHanging %s, θ₀ = %f, θ = %f" % [S.keys()[state], theta0, last_theta] |
