feat: extend barrier power upgrades

This commit is contained in:
Alexander Sellite 2026-08-17 19:06:54 -04:00
parent 37ac675399
commit 296befa1a1
4 changed files with 47 additions and 7 deletions

View file

@ -5,7 +5,7 @@ const MAX_ID_LENGTH: int = 96
const MAX_EVIDENCE_FISH_IDS: int = 256
const MAX_CAST_DISTANCE: float = 30.0
const MAX_REEL_SPEED: float = 10.0
const MAX_BARRIER_DAMAGE: int = 100
const MAX_BARRIER_DAMAGE: int = 128
const INPUT_CHANNEL: int = 3
const SNAPSHOT_CHANNEL: int = 4
const INPUT_RATE: float = 1.0 / 30.0