Improved weapon switching

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-14 00:05:32 +01:00
parent 895a997604
commit cdd676233f
8 changed files with 61 additions and 54 deletions

View File

@@ -3,7 +3,7 @@ import 'package:wolf_dart/features/weapon/weapon.dart';
class Pistol extends Weapon {
Pistol()
: super(
name: "Pistol",
type: WeaponType.pistol,
idleSprite: 421,
fireFrames: [422, 423, 424, 425],
damage: 20,