summaryrefslogtreecommitdiffstats
path: root/player.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-21 09:37:32 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-21 09:37:32 +0200
commit691d9967bd9fac6c3b0e272d3c91f60ba077104a (patch)
treec5582ae0f33f2da9dd4293d20c7f6c85dba8236d /player.gd
parenta2ed86861122d25f0d4fe1ce7a8ec31429a134b2 (diff)
Refactor transitions
Diffstat (limited to 'player.gd')
-rw-r--r--player.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/player.gd b/player.gd
index 194e244..3d9addd 100644
--- a/player.gd
+++ b/player.gd
@@ -85,7 +85,6 @@ func _physics_process(delta: float):
move_and_slide()
-## dir: String or null
func set_forced_input(dir: Variant):
var jump_coef = 1.3
if dir == null: