Open Hri7566 opened 1 year ago
When pressing space twice to toggle noclip, no other keys can be held at the same time.
from original sandbox mode
i find it: if ( InputDirection.y != 0 || InputDirection.x != 0f ) { timeSinceJumpReleased = 1; } file: code/Player.cs, line: 184
When pressing space twice to toggle noclip, no other keys can be held at the same time.