mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 19:45:23 -04:00
Correct WoM style hacks description
This commit is contained in:
parent
077b3956fe
commit
563a941ead
@ -761,6 +761,9 @@
|
||||
<ClCompile Include="Queue.c">
|
||||
<Filter>Source Files\Utils</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Window_Terminal.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="..\misc\windows\CCicon.rc">
|
||||
|
@ -3239,9 +3239,9 @@ static void HacksSettingsScreen_InitWidgets(struct MenuOptionsScreen* s) {
|
||||
s->descriptions[2] = "&eIf &fON&e, then the third person cameras will limit\nðeir zoom distance if they hit a solid block.";
|
||||
s->descriptions[3] = "&eSets how many blocks high you can jump up.\n&eNote: You jump much higher when holding down the Speed key binding.";
|
||||
s->descriptions[4] = \
|
||||
"&eIf &fON&e, gives you a triple jump which increases speed massively.\n" \
|
||||
"&eThis is based on the \"World of Minecraft\" classic client mod,\n" \
|
||||
"&ewhich popularized hacks conventions and controls\n" \
|
||||
"&eIf &fON&e, gives you a triple jump which increases speed massively,\n" \
|
||||
"&ealong with older noclip style. This is based on the \"World of Minecraft\"\n" \
|
||||
"&eclassic client mod, which popularized hacks conventions and controls\n" \
|
||||
"&ebefore ClassiCube was created.";
|
||||
s->descriptions[7] = \
|
||||
"&eIf &fON&e, placing blocks that intersect your own position cause\n" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user