Simple particle interaction

This commit is contained in:
2021-12-26 21:16:28 -05:00
parent f0a8e7baeb
commit 6cdbf2d9e5
7 changed files with 87 additions and 14 deletions

View File

@@ -5,6 +5,8 @@ public class Particle : Node2D
private Sprite _spriteNode;
private ParticleType _type;
public Vector2 Velocity { get; set; }
public ParticleType Type
{
get => _type;