particles
parent
be92ebb1a5
commit
160a860fef
|
@ -88,6 +88,15 @@ position = Vector2( 142, 54 )
|
|||
[node name="Ghost" parent="View/Enemies" instance=ExtResource( 15 )]
|
||||
position = Vector2( 509, 100 )
|
||||
|
||||
[node name="CPUParticles2D" type="CPUParticles2D" parent="View"]
|
||||
position = Vector2( 160, 90 )
|
||||
amount = 9
|
||||
lifetime = 3.0
|
||||
emission_shape = 2
|
||||
emission_rect_extents = Vector2( 160, 60 )
|
||||
gravity = Vector2( 0, -9 )
|
||||
color = Color( 0.133333, 0.133333, 0.137255, 1 )
|
||||
|
||||
[node name="UIWrapper" type="CanvasLayer" parent="."]
|
||||
layer = 3
|
||||
|
||||
|
|
Loading…
Reference in New Issue