diff --git a/Alternative-throttle-control/Alternative-throttle-control.csproj b/Alternative-throttle-control/Alternative-throttle-control.csproj
index 646e5b2..a7b41a7 100644
--- a/Alternative-throttle-control/Alternative-throttle-control.csproj
+++ b/Alternative-throttle-control/Alternative-throttle-control.csproj
@@ -62,4 +62,4 @@
xcopy "$(ProjectDir)\bin\Debug\Alternative-throttle-control.dll" /y "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts"
-
\ No newline at end of file
+
diff --git a/Alternative-throttle-control/Main.cs b/Alternative-throttle-control/Main.cs
index 4c7962e..4f46d80 100644
--- a/Alternative-throttle-control/Main.cs
+++ b/Alternative-throttle-control/Main.cs
@@ -100,4 +100,4 @@ private void IdleThrottle()
_throttleValue = 0.25f;
}
}
-}
\ No newline at end of file
+}
diff --git a/Alternative-throttle-control/settings/SettingsManager.cs b/Alternative-throttle-control/settings/SettingsManager.cs
index 6f88d80..c197080 100644
--- a/Alternative-throttle-control/settings/SettingsManager.cs
+++ b/Alternative-throttle-control/settings/SettingsManager.cs
@@ -423,4 +423,4 @@ var customScaleOfThisTextElement
};
}
}
-}
\ No newline at end of file
+}
diff --git a/Alternative-throttle-control/user-interfaces/UserInterfaces.cs b/Alternative-throttle-control/user-interfaces/UserInterfaces.cs
index 67bd8b5..6b0294f 100644
--- a/Alternative-throttle-control/user-interfaces/UserInterfaces.cs
+++ b/Alternative-throttle-control/user-interfaces/UserInterfaces.cs
@@ -41,4 +41,4 @@ var throttleInterface
};
}
}
-}
\ No newline at end of file
+}
diff --git a/Alternative-throttle-control/user-interfaces/interfaces/ThrottleInterface.cs b/Alternative-throttle-control/user-interfaces/interfaces/ThrottleInterface.cs
index b783147..826b7f4 100644
--- a/Alternative-throttle-control/user-interfaces/interfaces/ThrottleInterface.cs
+++ b/Alternative-throttle-control/user-interfaces/interfaces/ThrottleInterface.cs
@@ -242,12 +242,6 @@ var textElementFlyYawRight
textElementFlyYawRight
.Scale = 0.60f;
- textElementFlyYawRight
- .Outline = false;
-
- textElementFlyYawRight
- .Shadow = false;
-
textElementFlyYawRight
.Font = GTAFont.Pricedown;
@@ -271,12 +265,6 @@ var textElementFlyYawLeft
textElementFlyYawLeft
.Scale = 0.55f;
- textElementFlyYawLeft
- .Outline = false;
-
- textElementFlyYawLeft
- .Shadow = false;
-
textElementFlyYawLeft
.Font = GTAFont.Pricedown;
@@ -303,4 +291,4 @@ var textElement
= textElement;
}
}
-}
\ No newline at end of file
+}
diff --git a/README.md b/README.md
index 42a4174..5a595e6 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,12 @@
Changelog
+ - [v0.1.2.0]
+
+ - I have updated the interface, especially the speedometer part to something more visible.
+ - Code improvements in general.
+
+
- [v0.1.1.0]
- this version of the script comes with some of the additions requested by the community, they are: