mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-11 19:17:34 +01:00
Decrease throwing speed
This commit is contained in:
parent
7e7d3acb08
commit
21638f053c
@ -3,9 +3,9 @@
|
|||||||
--
|
--
|
||||||
|
|
||||||
local GRAVITY = tonumber(minetest.setting_get("movement_gravity"))
|
local GRAVITY = tonumber(minetest.setting_get("movement_gravity"))
|
||||||
local snowball_VELOCITY=24
|
local snowball_VELOCITY=22
|
||||||
local egg_VELOCITY=24
|
local egg_VELOCITY=22
|
||||||
local pearl_VELOCITY=24
|
local pearl_VELOCITY=22
|
||||||
|
|
||||||
--Shoot item
|
--Shoot item
|
||||||
local throw_function = function (entity_name, velocity)
|
local throw_function = function (entity_name, velocity)
|
||||||
|
Loading…
Reference in New Issue
Block a user