mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:45:33 +00:00
Concurrent audio limit and volume limiter
This commit is contained in:
parent
f2670cb1e7
commit
a533f93361
11 changed files with 162 additions and 6 deletions
|
|
@ -9,8 +9,11 @@ BulletScene = ExtResource("1_bca33")
|
|||
BulletSpeed = 0.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 8.0
|
||||
LifeTime = 1.0
|
||||
LifeTime = 0.4
|
||||
DestroyOnCollision = false
|
||||
Owner = 0
|
||||
DamageType = 4
|
||||
Controllable = false
|
||||
Grazeable = false
|
||||
GrazeValue = 1.0
|
||||
TimeModifiers = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue