Updated to version 5.1

Added second new visual speed type display
Renamed Config.Config to Config.config (Private variable)
Renamed Config.config to Config.ConfigFile (Local variable)
Added red triangle to the discouraged visual speed type display
Cleaned up some code
Added credits to org.json to readme.md
This commit is contained in:
Zacharias
2023-09-07 18:14:10 +02:00
parent a36058459f
commit 965a3ea62d
8 changed files with 128 additions and 224 deletions

View File

@@ -13,7 +13,8 @@
"speedometer.config.yPosition": "Y Position for Meters",
"speedometer.config.debug": "Debug",
"speedometer.config.imageSize": "Image Size",
"speedometer.config.showVisualSpeedType": "Show Visual Speed Type",
"speedometer.config.showVisualSpeedType": "\u00A74⨻\u00A7rShow Visual Speed Type",
"speedometer.config.showSpeedType": "Show Visual Speed Type",
"speedometer.key.configKey": "Config Key",
"speedometer.key.debugKey": "Debug Key",
@@ -57,5 +58,7 @@
"speedometer.config.tooltip.showVisualSpeedType.line1": "This setting doesn't work fully.",
"speedometer.config.tooltip.showVisualSpeedType.line2": "I(the developer) discourages the use of this setting since it doesn't work on smaller sises and the fps breaks at larger",
"speedometer.config.tooltip.showSpeedType.line1": "This setting shows the speed type above the visual meter which is better then within the visual meter",
"speedometer.invalid": "Invalid String"
}