[kit] Add target and feather properties to the Parameters struct
This commit is contained in:
parent
859127d537
commit
6c06aadd37
2 changed files with 9 additions and 8 deletions
|
@ -41,11 +41,10 @@ typedef struct {
|
|||
short2 size;
|
||||
ushort numberOfBalls;
|
||||
|
||||
ushort unused1;
|
||||
uint unused2;
|
||||
ushort unused3;
|
||||
|
||||
ushort colorStyle;
|
||||
float target;
|
||||
float feather;
|
||||
|
||||
float4 colors[4];
|
||||
} Parameters;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue