Skip to content

Commit

Permalink
📝 Adding the codes from version [0.2.0.0] (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
niziul authored Mar 30, 2023
1 parent 02c9698 commit 8321f5f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@
<PropertyGroup>
<PostBuildEvent>xcopy "$(ProjectDir)\bin\Debug\Alternative-throttle-control.dll" /y "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts"</PostBuildEvent>
</PropertyGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Alternative-throttle-control/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ private void IdleThrottle()
_throttleValue = 0.25f;
}
}
}
}
2 changes: 1 addition & 1 deletion Alternative-throttle-control/settings/SettingsManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,4 @@ var customScaleOfThisTextElement
};
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ var throttleInterface
};
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,6 @@ var textElementFlyYawRight
textElementFlyYawRight
.Scale = 0.60f;

textElementFlyYawRight
.Outline = false;

textElementFlyYawRight
.Shadow = false;

textElementFlyYawRight
.Font = GTAFont.Pricedown;

Expand All @@ -271,12 +265,6 @@ var textElementFlyYawLeft
textElementFlyYawLeft
.Scale = 0.55f;

textElementFlyYawLeft
.Outline = false;

textElementFlyYawLeft
.Shadow = false;

textElementFlyYawLeft
.Font = GTAFont.Pricedown;

Expand All @@ -303,4 +291,4 @@ var textElement
= textElement;
}
}
}
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<p><strong>Changelog</strong></p>

<ul>
<li>[v0.1.2.0]
<ul>
<li>I have updated the interface, especially the speedometer part to something more visible.</li>
<li>Code improvements in general.</li>
</ul>
</li>
<li>[v0.1.1.0]
<ul>
<li>this version of the script comes with some of the additions requested by the community,&nbsp;they are:&nbsp;
Expand Down

0 comments on commit 8321f5f

Please sign in to comment.