Added sound effects and music.

This commit is contained in:
2025-12-22 21:55:46 -05:00
parent 42608a16e3
commit 874c263910
36 changed files with 566 additions and 76 deletions

View File

@@ -4,6 +4,6 @@ namespace AlienAttack.MonoGame.GameLoops;
internal interface IGameLoop
{
void Draw();
void Draw(GameTime gameTime);
void Update(GameTime gameTime);
}