mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 18:33:46 +00:00
Generic enemies
This commit is contained in:
parent
762666242e
commit
d99c773641
55 changed files with 968 additions and 204 deletions
|
|
@ -9,6 +9,8 @@ BulletScene = ExtResource("1_vsj6i")
|
|||
BulletSpeed = 60.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 12.0
|
||||
MaxDamage = 1.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 2
|
||||
|
|
@ -18,4 +20,5 @@ Controllable = false
|
|||
Freezable = true
|
||||
Grazeable = true
|
||||
GrazeValue = 1.0
|
||||
Attributes = 34
|
||||
TimeModifiers = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue