Small tweaks.
This commit is contained in:
parent
0662667632
commit
7a60ecc744
6 changed files with 18 additions and 8 deletions
|
|
@ -181,6 +181,10 @@ SWWM_FILTER_NONE = "No Filter";
|
|||
SWWM_FILTER_OBFUSCATE = "Obfuscate";
|
||||
SWWM_FILTER_HIDE = "Hide";
|
||||
SWWM_PLAYTIME = "Total Play Time";
|
||||
SWWM_TIME_DAY = "day";
|
||||
SWWM_TIME_HOUR = "hour";
|
||||
SWWM_TIME_MINUTE = "minute";
|
||||
SWWM_TIME_SECOND = "second";
|
||||
SWWM_TIME_DAYS = "days";
|
||||
SWWM_TIME_HOURS = "hours";
|
||||
SWWM_TIME_MINUTES = "minutes";
|
||||
|
|
@ -189,7 +193,7 @@ SWWM_ATITLE = "Achievements";
|
|||
SWWM_SELFLIGHT = "Self-Lighting";
|
||||
SWWM_USETOPICKUP = "Exclusive Use To Pickup";
|
||||
SWWM_MELEEPICKUP = "Allow Item Pickup Through Melee";
|
||||
SWWM_BUTTSFX = "Slapping Buttcheeks";
|
||||
SWWM_BUTTSFX = "Clapping Buttcheeks";
|
||||
SWWM_MMTITLE = "Minimap Settings";
|
||||
SWWM_MM_ENABLE = "Show Minimap";
|
||||
SWWM_MM_ROTATE = "Rotate Minimap";
|
||||
|
|
@ -328,7 +332,7 @@ TOOLTIP_SWWM_PLAYTIME = "Your total play time with this mod loaded.";
|
|||
TOOLTIP_SWWM_SELFLIGHT = "Emit blue light from the player's face. Disable if this causes performance issues.";
|
||||
TOOLTIP_SWWM_USETOPICKUP = "Prevents picking up mod items through touch, exclusively requiring a use action instead.";
|
||||
TOOLTIP_SWWM_MELEEPICKUP = "Allows picking up items though melee attacks. Do note that some weapons have an extended melee range, allowing you to grab things from farther away.";
|
||||
TOOLTIP_SWWM_BUTTSFX = "The Demolitionist's buttcheeks will VERY AUDIBLY slap upon executing a successful buttslam.";
|
||||
TOOLTIP_SWWM_BUTTSFX = "The Demolitionist's buttcheeks will VERY AUDIBLY clap upon executing a successful buttslam.";
|
||||
TOOLTIP_SWWM_MM_ENABLE = "Displays a minimap under the score counter.";
|
||||
TOOLTIP_SWWM_MM_ROTATE = "Rotates the minimap view.";
|
||||
TOOLTIP_SWWM_MM_GRID = "Shows a 128x128 grid on the minimap.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue