Updated enemies. Added boost.
This commit is contained in:
13
AlientAttack.MonoGame/Things/Stars/Star.cs
Normal file
13
AlientAttack.MonoGame/Things/Stars/Star.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace AlienAttack.MonoGame.Things.Stars;
|
||||
|
||||
internal struct Star
|
||||
{
|
||||
public Vector2 Pos;
|
||||
public float Size;
|
||||
public float Alpha;
|
||||
|
||||
public float TwinkleSpeed;
|
||||
public float TwinkleT;
|
||||
}
|
||||
Reference in New Issue
Block a user