mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Attached particle spawners
This commit is contained in:
@@ -119,6 +119,7 @@ class ParticleSpawner
|
||||
float minsize, float maxsize,
|
||||
bool collisiondetection,
|
||||
bool collision_removal,
|
||||
u16 attached_id,
|
||||
bool vertical,
|
||||
video::ITexture *texture,
|
||||
u32 id,
|
||||
@@ -154,7 +155,7 @@ class ParticleSpawner
|
||||
bool m_collisiondetection;
|
||||
bool m_collision_removal;
|
||||
bool m_vertical;
|
||||
|
||||
u16 m_attached_id;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user