add: player UI

update: some enemies balance
This commit is contained in:
KOSMOGOR
2025-04-28 14:20:49 +03:00
parent a8cce441c3
commit d4589318f2
9 changed files with 550 additions and 17 deletions
@@ -32,4 +32,6 @@ public class WeaponController : MonoBehaviour
weapons[ind].SetWeaponState(true);
currentWeapon = ind;
}
public Weapon GetCurrentWeapon() { return weapons.Length > 0 ? weapons[currentWeapon] : null; }
}