mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 08:55:35 +00:00
Reimu actor
This commit is contained in:
parent
98a37cdc50
commit
762666242e
15 changed files with 624 additions and 29 deletions
|
|
@ -49,6 +49,7 @@ BulletScene = ExtResource("4_agmbo")
|
|||
BulletSpeed = 60.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 12.0
|
||||
MaxDamage = 1.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
|
|
@ -126,6 +127,7 @@ BulletScene = ExtResource("7_du806")
|
|||
BulletSpeed = 120.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 12.0
|
||||
MaxDamage = 1.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
|
|
@ -170,6 +172,7 @@ BulletScene = ExtResource("6_tppsm")
|
|||
BulletSpeed = 80.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 12.0
|
||||
MaxDamage = 1.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 10.0
|
||||
DestroyOnCollision = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue