From 160a860fef05018b69e0651d67d32e0d824c7b9f Mon Sep 17 00:00:00 2001 From: Just Dzhi Date: Sun, 1 Oct 2023 19:27:43 +0400 Subject: [PATCH] particles --- src/scenes/game/Game.tscn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/scenes/game/Game.tscn b/src/scenes/game/Game.tscn index 94a15ca..1c2a3bc 100644 --- a/src/scenes/game/Game.tscn +++ b/src/scenes/game/Game.tscn @@ -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