mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 18:25:53 +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
|
|
@ -22,6 +22,7 @@ BulletScene = ExtResource("1_y6dig")
|
|||
BulletSpeed = 70.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 20.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 20.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 2
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ BulletScene = ExtResource("1_ji2e1")
|
|||
BulletSpeed = 20.0
|
||||
Direction = Vector2(1, 0)
|
||||
BulletDamage = 8.0
|
||||
Knockback = 1.0
|
||||
LifeTime = 8.0
|
||||
DestroyOnCollision = true
|
||||
Owner = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue