Ability to switch weapons through the menu

This commit is contained in:
Marco 2025-02-25 18:42:11 +01:00
commit ff6d46ebcd
11 changed files with 61 additions and 4 deletions

View file

@ -34,6 +34,8 @@ public partial class WeaponResource : Resource
[Export] public float SpreadAngle = 0f;
[Export] public float RandomSpread = 0f;
[Export] public string ItemKey;
#region Bullet spawn data
[Export] public string AmmoKey;