mirror of
https://github.com/LoneWolfHT/grenades.git
synced 2024-11-22 06:43:45 +01:00
Add a tab that was missing for some reason
This commit is contained in:
parent
44200386f9
commit
fdc9de0e8b
12
API.md
12
API.md
@ -15,10 +15,10 @@ Still WIP. Please suggest new features here: https://forum.minetest.net/viewtopi
|
|||||||
placeable = false, -- Optional, default is false
|
placeable = false, -- Optional, default is false
|
||||||
timeout = 5, -- Optional, default is 5
|
timeout = 5, -- Optional, default is 5
|
||||||
particle = { -- Adds particles in the grenade's trail
|
particle = { -- Adds particles in the grenade's trail
|
||||||
image = "grenades_smoke.png", -- The particle's image
|
image = "grenades_smoke.png", -- The particle's image
|
||||||
life = 1, -- How long (seconds) it takes for the particle to disappear
|
life = 1, -- How long (seconds) it takes for the particle to disappear
|
||||||
size = 4, -- Size of the particle
|
size = 4, -- Size of the particle
|
||||||
glow = 0, -- Brightens the texture in darkness
|
glow = 0, -- Brightens the texture in darkness
|
||||||
interval = 5, -- How long it takes before a particle can be added
|
interval = 5, -- How long it takes before a particle can be added
|
||||||
}
|
}
|
||||||
})`
|
})`
|
||||||
|
Loading…
Reference in New Issue
Block a user