Comment out debug code, add README

master
ROllerozxa 2022-08-29 12:23:48 +02:00 committed by GitHub
parent b61a1a92b2
commit 5a2e50554b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# NodeCore Movement
Minetest mod which ports over the movement in NodeCore (increased stepheight and running by building up speed) to other Minetest games including Minetest Game.

View File

@ -82,6 +82,6 @@ minetest.register_globalstep(function(dtime)
data.speed[name] = speed
player:set_physics_override({ speed = speed })
end
minetest.log("SPD: "..data.speed[name].." | TIME: "..data.time)
--minetest.log("SPD: "..data.speed[name].." | TIME: "..data.time)
end
end)