Change targetting line to dashed

This commit is contained in:
Peter Stockings
2026-01-20 23:05:18 +11:00
parent 1a91aa5274
commit 327b6aa0eb
4 changed files with 89 additions and 13 deletions

View File

@@ -125,7 +125,10 @@ export const GAME_CONFIG = {
// Targeting
targetingLineColor: 0xff0000,
targetingLineWidth: 2,
targetingLineAlpha: 0.7
targetingLineAlpha: 0.7,
targetingLineDash: 6,
targetingLineGap: 4,
targetingLineShorten: 8
},
gameplay: {