Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Particle
- {
- public Vector2 position; //Position.
- public Color[] color; //Array of colors.
- private float size; //Size
- private float rotation; //Rotation
- private float speed; //Speed
- private float direction; //Direction
- private Texture2D sprite;
- }
Advertisement
Add Comment
Please, Sign In to add comment