mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-15 14:09:06 +00:00
Fix typo in icecunk script, thx Red Skull
This commit is contained in:
parent
7e1c32a99c
commit
ad0eff411c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function v.commonInit(me, size)
|
|||
512, -- sprite height
|
||||
1, -- particle "explosion" type, maps to particleEffects.txt -1 = none
|
||||
1, -- 0/1 hit other entities off/on (uses collideRadius)
|
||||
4000, -- updateCull -1: disabled, default: 4000
|
||||
4000 -- updateCull -1: disabled, default: 4000
|
||||
)
|
||||
|
||||
loadSound("IceChunkBreak")
|
||||
|
|
Loading…
Reference in a new issue