mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-16 18:01:40 +00:00
Particles: Make collision with objects optional (#7682)
Also set it to false for node dig particles, as they are often created and high in number. Improve particle documentation.
This commit is contained in:
parent
6ed9c6fb3a
commit
766fb7b46e
9 changed files with 120 additions and 59 deletions
|
@ -82,6 +82,7 @@ struct ClientEvent
|
|||
f32 size;
|
||||
bool collisiondetection;
|
||||
bool collision_removal;
|
||||
bool object_collision;
|
||||
bool vertical;
|
||||
std::string *texture;
|
||||
struct TileAnimationParams animation;
|
||||
|
@ -103,6 +104,7 @@ struct ClientEvent
|
|||
f32 maxsize;
|
||||
bool collisiondetection;
|
||||
bool collision_removal;
|
||||
bool object_collision;
|
||||
u16 attached_id;
|
||||
bool vertical;
|
||||
std::string *texture;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue