@@ -12,7 +12,7 @@ public sealed class Mod : BaseUnityPlugin
1212 //Mod Details
1313 private const string modGUID = "Distance.CameraAdditions" ;
1414 private const string modName = "Camera Additions" ;
15- private const string modVersion = "1.2.6 " ;
15+ private const string modVersion = "1.2.7 " ;
1616
1717 //Config Entry Strings
1818 public static string DecreaseFOVShortcutKey = "The Decrease FOV Shortcut" ;
@@ -22,20 +22,20 @@ public sealed class Mod : BaseUnityPlugin
2222 public static string DefaultShortcutKey = "The Shortcut that sets all values to their Defaults" ;
2323 public static string EnableFreeCamKey = "Enable Free Cam" ;
2424 public static string EnableRotationShortcutKey = "The Shortcut that toggles whether the offset shortcuts affect rotation" ;
25- public static string FOVKey = "The Locked FOV Value" ;
26- public static string FOVOffsetKey = "The current FOV Offset" ;
25+ public static string FOVKey = "Locked FOV Value" ;
26+ public static string FOVOffsetKey = "FOV Offset" ;
2727 public static string IncreaseFOVShortcutKey = "The Increase FOV Shortcut" ;
2828 public static string IncreaseXShortcutKey = "The Increase X Offset Shortcut" ;
2929 public static string IncreaseYShortcutKey = "The Increase Y Offset Shortcut" ;
3030 public static string IncreaseZShortcutKey = "The Increase Z or Zoom Offset Shortcut" ;
3131 public static string LockPositionKey = "Lock the Cameras Position" ;
3232 public static string LockFOVKey = "Lock the Cameras FOV" ;
33- public static string XOffsetKey = "The Offset of the Position on the X axis" ;
34- public static string XRotationOffsetKey = "The Offset of the Rotation on the X axis" ;
35- public static string YOffsetKey = "The Offset of the Position on the Y axis" ;
36- public static string YRotationOffsetKey = "The Offset of the Rotation on the Y axis" ;
37- public static string ZoomOffsetKey = "The Offset of the Cameras Zoom " ;
38- public static string ZRotationOffsetKey = "The Offset of the Rotation on the Z axis" ;
33+ public static string XOffsetKey = "Offset of X axis Position " ;
34+ public static string XRotationOffsetKey = "Offset of X axis Rotation " ;
35+ public static string YOffsetKey = "Offset of Y axis Position " ;
36+ public static string YRotationOffsetKey = "Offset of Y axis Rotation " ;
37+ public static string ZoomOffsetKey = "Offset of Z axis Position " ;
38+ public static string ZRotationOffsetKey = "Offset of Z axis Rotation " ;
3939
4040 //Config Entries
4141 public static ConfigEntry < bool > EnableFreeCam { get ; set ; }
0 commit comments