Simple particle interaction
This commit is contained in:
@@ -5,6 +5,8 @@ public class Particle : Node2D
|
||||
private Sprite _spriteNode;
|
||||
private ParticleType _type;
|
||||
|
||||
public Vector2 Velocity { get; set; }
|
||||
|
||||
public ParticleType Type
|
||||
{
|
||||
get => _type;
|
||||
|
||||
Reference in New Issue
Block a user