Change crosshair targeting sprite

This commit is contained in:
Peter Stockings
2026-01-20 22:56:16 +11:00
parent d4f763d1d0
commit 1a91aa5274
4 changed files with 55 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
import { describe, it, expect, beforeEach } from "vitest";
import { ItemManager } from "../../../scenes/systems/ItemManager";
import { EntityManager } from "../../EntityManager";
import type { World, CombatantActor, RangedWeaponItem, AmmoItem, Item } from "../../../core/types";
import type { World, CombatantActor, RangedWeaponItem, AmmoItem } from "../../../core/types";
import { ITEMS } from "../../../core/config/Items";
// Mock World and EntityManager