mirror of
https://github.com/minetest/minetest.git
synced 2025-01-03 11:57:30 +01:00
Fix incorrect documentation of new-style particlespawner size property
This commit is contained in:
parent
8109563a02
commit
5d18b6fcd0
@ -10999,7 +10999,7 @@ Types used are defined in the previous section.
|
|||||||
* vec3 range `acc`: the direction and speed with which the particle
|
* vec3 range `acc`: the direction and speed with which the particle
|
||||||
accelerates
|
accelerates
|
||||||
|
|
||||||
* vec3 range `size`: scales the visual size of the particle texture.
|
* float range `size`: scales the visual size of the particle texture.
|
||||||
if `node` is set, this can be set to 0 to spawn randomly-sized particles
|
if `node` is set, this can be set to 0 to spawn randomly-sized particles
|
||||||
(just like actual node dig particles).
|
(just like actual node dig particles).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user