From a77860ca41ac1580dcf49c45e262c2368deadb81 Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Fri, 29 Sep 2023 15:06:07 -0400 Subject: [PATCH] smokestack mark II --- menus/title_screen.tscn | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/menus/title_screen.tscn b/menus/title_screen.tscn index 9777af0..5e02feb 100644 --- a/menus/title_screen.tscn +++ b/menus/title_screen.tscn @@ -178,14 +178,13 @@ texture = ExtResource( 12 ) [node name="SmokeParticles" type="CPUParticles2D" parent="."] position = Vector2( 40, 192 ) amount = 512 -lifetime = 8.0 -preprocess = 8.0 +lifetime = 10.0 +preprocess = 10.0 speed_scale = 2.0 texture = ExtResource( 10 ) -direction = Vector2( 1, -1 ) -spread = 117.74 -gravity = Vector2( 0, -30 ) -initial_velocity = 20.0 +direction = Vector2( 0, -1 ) +gravity = Vector2( 0, -5 ) +initial_velocity = 15.0 initial_velocity_random = 1.0 angular_velocity = 180.0 angular_velocity_random = 1.0