Added configurable weapons.
This commit is contained in:
6
AlientAttack.MonoGame/Things/Weapons/Shot.cs
Normal file
6
AlientAttack.MonoGame/Things/Weapons/Shot.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using AlienAttack.MonoGame.Things.Muzzles;
|
||||
using Microsoft.Xna.Framework;
|
||||
|
||||
namespace AlienAttack.MonoGame.Things.Weapons;
|
||||
|
||||
public readonly record struct Shot2(MuzzleId Muzzle, Vector2 Velocity, Vector2 Offset);
|
||||
Reference in New Issue
Block a user