mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
2 new area particle distributions: borderellipse and borderrectangle
--HG-- branch : particle system new features
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
static love::Type type;
|
||||
|
||||
/**
|
||||
* Type of distribution new particles are drawn from: None, uniform, normal, ellipse.
|
||||
* Type of distribution new particles are drawn from: None, uniform, normal, ellipse, borderellipse, borderrectangle.
|
||||
*/
|
||||
enum AreaSpreadDistribution
|
||||
{
|
||||
@@ -60,6 +60,8 @@ public:
|
||||
DISTRIBUTION_UNIFORM,
|
||||
DISTRIBUTION_NORMAL,
|
||||
DISTRIBUTION_ELLIPSE,
|
||||
DISTRIBUTION_BORDER_ELLIPSE,
|
||||
DISTRIBUTION_BORDER_RECTANGLE,
|
||||
DISTRIBUTION_MAX_ENUM
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user