0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix indentation, cleaner tooltip

This commit is contained in:
Austin Burk 2022-04-06 23:40:00 -04:00
parent 508e43490b
commit 91d3b7da22
2 changed files with 4 additions and 6 deletions

View File

@ -76,9 +76,8 @@ public final class KillauraHack extends Hack
new SliderSetting("FOV", 360, 30, 360, 10, ValueDisplay.DEGREES);
private final CheckboxSetting damageIndicator = new CheckboxSetting(
"Damage indicator", "Renders a colored box within the entity\n"
+ "inversely proportional to the\n"
+ "amount of health it has left.", true);
"Damage indicator", "Renders a colored box within the entity\n"
+ "inversely proportional to its remaining health", true);
private final CheckboxSetting filterPlayers = new CheckboxSetting(
"Filter players", "Won't attack other players.", false);

View File

@ -72,9 +72,8 @@ public final class KillauraLegitHack extends Hack
new SliderSetting("FOV", 360, 30, 360, 10, ValueDisplay.DEGREES);
private final CheckboxSetting damageIndicator = new CheckboxSetting(
"Damage indicator", "Renders a colored box within the entity\n"
+ "inversely proportional to the\n"
+ "amount of health it has left.", true);
"Damage indicator", "Renders a colored box within the entity\n"
+ "inversely proportional to its remaining health", true);
private final CheckboxSetting filterPlayers = new CheckboxSetting(
"Filter players", "Won't attack other players.", false);