change in-game physics

master
MisterE123 2021-02-03 00:47:08 -05:00
parent 10a5625502
commit f4b43e7b21
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ dofile(minetest.get_modpath("wormball") .. "/globals.lua")
join_while_in_progress = false,
keep_inventory = false,
in_game_physics = {
speed = 0,
jump = 0,
speed = 1,
jump = 1,
sneak = false,
gravity = 1,
},