From 8321f5f564a2726fbd47b16f1e9d0e2cd2495640 Mon Sep 17 00:00:00 2001
From: NiziulLuizin <74280280+NiziulLuizin@users.noreply.github.com>
Date: Thu, 30 Mar 2023 13:56:31 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Adding=20the=20codes=20from=20ve?=
=?UTF-8?q?rsion=20[0.2.0.0]=20(#3)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Alternative-throttle-control.csproj | 2 +-
Alternative-throttle-control/Main.cs | 2 +-
.../settings/SettingsManager.cs | 2 +-
.../user-interfaces/UserInterfaces.cs | 2 +-
.../interfaces/ThrottleInterface.cs | 14 +-------------
README.md | 6 ++++++
6 files changed, 11 insertions(+), 17 deletions(-)
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: