]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Improve "bunny hopping" guide description
authorotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 11:01:28 +0000 (19:01 +0800)
committerotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 11:01:28 +0000 (19:01 +0800)
Fixed capitalization, added "bhopping" abbreviation.

qcsrc/menu/xonotic/guide/pages.qh

index 91ca2712a9bebe1c735d693e5bade2e9efe8f2c7..6c252e059fa9bf486a8e9ef6ca598676f9db958d 100644 (file)
@@ -79,7 +79,7 @@ REGISTER_MOVEMENT_PAGE(0, _("Movement Importance"), "gametype_inv")
 }
 REGISTER_MOVEMENT_PAGE(1, _("Bunny Hopping"), "gametype_inv")
 {
-       this.m_description = _("\"Bunny Hopping\" is a technique known also from other arena shooters\n\n"
+       this.m_description = _("\"Bunny hopping\" (\"bhopping\") is a technique known also from other arena shooters\n\n"
                "Due to air control, you can accelerate while in the air far beyond the maximum ground movement speed. "
                "In order to avoid ground friction you can constantly hop, so that ground contact won't slow you down, by simply keeping the ^3+jump^7 button pressed. "
                "This allows you to get around the map much faster than if you would just walk\n\n"