gun shots (#16)

This commit is contained in:
extrawurst
2025-03-24 16:27:26 +01:00
committed by GitHub
parent 8599fe50e8
commit 594a5a612d
7 changed files with 160 additions and 9 deletions

View File

@@ -5,4 +5,6 @@ pub enum GameLayer {
#[default]
Level,
Player,
Npc,
Projectile,
}