Snap to nearest cardinal on traversal (#10869)
This commit is contained in:
@@ -916,7 +916,7 @@ namespace Content.Shared.CCVar
|
||||
/// - When traversing grids it will snap to the nearest cardinal which will generally be imperceptible.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> CameraRotationLocked =
|
||||
CVarDef.Create("shuttle.camera_rotation_locked", true, CVar.REPLICATED);
|
||||
CVarDef.Create("shuttle.camera_rotation_locked", false, CVar.REPLICATED);
|
||||
|
||||
/// <summary>
|
||||
/// Whether cargo shuttles are enabled.
|
||||
|
||||
Reference in New Issue
Block a user