gd: mantle end location system

This commit is contained in:
2025-05-23 11:19:27 +02:00
parent b340fe21c7
commit 29d196acdf
11 changed files with 73 additions and 31 deletions

View File

@ -23,7 +23,6 @@ public partial class StairsSystem: Node3D
_stairsBelowRayCast3D = stairsBelowRayCast3D;
_stairsAheadRayCast3D = stairsAheadRayCast3D;
_cameraSmooth = cameraSmooth;
}
public bool WasSnappedToStairsLastFrame() { return _snappedToStairsLastFrame; }