Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f9ca56e34a |
@@ -15,7 +15,7 @@ warnings/check_invalid_track_paths=false
|
||||
[application]
|
||||
|
||||
config/name="Movement tests"
|
||||
run/main_scene="uid://cgi7qekk387cf"
|
||||
run/main_scene="uid://vm22i5sv3p3s"
|
||||
config/features=PackedStringArray("4.6", "C#", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
|
||||
@@ -1206,7 +1206,7 @@ public partial class PlayerController : CharacterBody3D,
|
||||
_currentInputBufferFrames = InputBufferFrames;
|
||||
_bufferedAction = _mantling.Active ? BufferedActions.MantleDash : BufferedActions.Dash;
|
||||
|
||||
if (_airborne.Active)
|
||||
if (_airborne.Active || _jumping.Active)
|
||||
{
|
||||
if (!_canDashAirborne)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user