Luna Brovchuk 2023-10-01 17:29:02 +02:00
commit ece77430a7
2 changed files with 11 additions and 2 deletions

View File

@ -15,5 +15,5 @@ void fragment(){
[resource]
shader = SubResource( 3 )
shader_param/active = true
shader_param/color = Color( 1, 1, 1, 0 )
shader_param/active = false
shader_param/color = Color( 1, 1, 1, 1 )

View File

@ -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