This commit is contained in:
parent
9ece110b4a
commit
7ba5cc8dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class Particles extends Entity{
|
|||
public float life = 1.0f;
|
||||
public float size = 20.0f;
|
||||
|
||||
private static float colors[][][]= // Rainbow Of Colors
|
||||
public static float colors[][][]= // Rainbow Of Colors
|
||||
{
|
||||
{{1.0f,0.5f,0.5f},{1.0f,1.0f,0.5f}},
|
||||
{{1.0f,0.0f,0.5f},{0.0f,1.0f,0.5f}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue