Updated enemies. Added boost.

This commit is contained in:
2025-12-20 21:51:24 -05:00
parent f7e3fe0a47
commit ecdc501752
10 changed files with 464 additions and 279 deletions

View File

@@ -12,7 +12,7 @@ internal abstract class Item : MoveableSprite
private float _omega = 2.2f; // radians/sec (speed of orbit)
private float _scale = 1f;
protected string? TextureName;
protected string TextureName;
public Item(int x, int y) : base(x, y)
{