mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-03 14:31:16 +00:00
Added weapons and fixed others
This commit is contained in:
parent
8d5f1783e9
commit
400123a447
20 changed files with 185 additions and 67 deletions
|
|
@ -9,18 +9,11 @@ script = ExtResource("3_77nif")
|
|||
BulletScene = ExtResource("1_k71c3")
|
||||
DestructionParticlesScene = ExtResource("2_x6hhy")
|
||||
BulletSpeed = 300.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 4.0
|
||||
MaxDamage = 8.0
|
||||
Knockback = 150.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 1
|
||||
DamageType = 3
|
||||
RotateSprite = true
|
||||
Controllable = false
|
||||
Freezable = false
|
||||
Grazeable = false
|
||||
GrazeValue = 1.0
|
||||
Attributes = 320
|
||||
TimeModifiers = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue