]> git.lizzy.rs Git - hangglider.git/commitdiff
An entire commit just for one comment
authorPiezo_ <orderofthefourthwall@gmail.com>
Mon, 10 Dec 2018 01:59:23 +0000 (17:59 -0800)
committerPiezo_ <orderofthefourthwall@gmail.com>
Mon, 10 Dec 2018 01:59:23 +0000 (17:59 -0800)
init.lua

index 3fed91e587d50019a85e8cfbe8412b8a46de6afb..aa92f179eff273611b276aaf9643976cdbd2f71c 100644 (file)
--- a/init.lua
+++ b/init.lua
@@ -126,7 +126,7 @@ minetest.register_entity("hangglider:glider", {
                                                        step_v = player:get_player_velocity().y
                                                        if step_v < 0 and step_v > -3 then
                                                                player:set_physics_override({speed=math.abs(step_v/2) + 0.75})
-                                                       elseif step_v <= -3 then --Cap our fall speed.
+                                                       elseif step_v <= -3 then --Cap our gliding movement speed.
                                                                player:set_physics_override({speed=2.25})
                                                        else
                                                                player:set_physics_override({speed=1})