mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-07 06:45:53 +00:00
Weapon Sprites
This commit is contained in:
parent
b4a35ac3d4
commit
f4f193af7a
19 changed files with 321 additions and 42 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue