mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-16 00:43:46 +00:00
Replaced most cameras in levels with a scene
This commit is contained in:
parent
869a3b4c06
commit
9548688850
17 changed files with 107 additions and 105 deletions
|
|
@ -13,6 +13,7 @@ BulletScene = ExtResource("1_4xpdn")
|
|||
BulletSpeed = 40.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 20.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 20.0
|
||||
DestroyOnCollision = false
|
||||
Owner = 2
|
||||
|
|
@ -53,6 +54,7 @@ BulletScene = ExtResource("3_gr7a3")
|
|||
BulletSpeed = 50.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 20.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 20.0
|
||||
DestroyOnCollision = false
|
||||
Owner = 2
|
||||
|
|
@ -93,6 +95,7 @@ BulletScene = ExtResource("1_4xpdn")
|
|||
BulletSpeed = 50.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 20.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 20.0
|
||||
DestroyOnCollision = false
|
||||
Owner = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue