diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-21 09:37:32 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-21 09:37:32 +0200 |
| commit | 691d9967bd9fac6c3b0e272d3c91f60ba077104a (patch) | |
| tree | c5582ae0f33f2da9dd4293d20c7f6c85dba8236d /player.gd | |
| parent | a2ed86861122d25f0d4fe1ce7a8ec31429a134b2 (diff) | |
Refactor transitions
Diffstat (limited to 'player.gd')
| -rw-r--r-- | player.gd | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |
