forked from woofmeow/straywild
feat: extend barrier power upgrades
This commit is contained in:
parent
37ac675399
commit
296befa1a1
4 changed files with 47 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue