Weapon Sprites

This commit is contained in:
MaddoScientisto 2025-02-09 23:20:49 +01:00
commit f4f193af7a
19 changed files with 321 additions and 42 deletions

View file

@ -89,6 +89,7 @@ public class BulletInfo
public Vector2 Position { get; set; }
public Vector2 Direction { get; set; }
public float Speed { get; set; }
public float LifeTime { get; set; }
public BulletOwner Owner { get; set; }
public int BulletCount { get; set; }
public float RotationSpeed { get; set; }