From 1c79e2d57bd2c908805e94014a28ecf33af90bff Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Tue, 8 Jan 2019 12:15:53 +0100 Subject: [PATCH] tweak ExplodingLines --- source/ExplodingLine.tscn | 10 +++++----- source/Main.tscn | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/source/ExplodingLine.tscn b/source/ExplodingLine.tscn index 754c74d..c2fc991 100644 --- a/source/ExplodingLine.tscn +++ b/source/ExplodingLine.tscn @@ -34,10 +34,10 @@ emission_box_extents = Vector3( 8, 0.5, 0.5 ) flag_align_y = false flag_rotate_y = true flag_disable_z = false -spread = 30.0 +spread = 20.0 flatness = 0.0 -gravity = Vector3( 0, -30, 0 ) -initial_velocity = 10.0 +gravity = Vector3( 0, -20, 0 ) +initial_velocity = 20.0 initial_velocity_random = 0.8 angular_velocity = 97.14 angular_velocity_random = 1.0 @@ -61,7 +61,7 @@ anim_speed_random = 0.0 anim_offset = 0.0 anim_offset_random = 0.0 anim_loop = false -_sections_unfolded = [ "Angular Velocity", "Color", "Emission Shape", "Gravity", "Scale", "Spread" ] +_sections_unfolded = [ "Angular Velocity", "Color", "Emission Shape", "Gravity", "Initial Velocity", "Scale", "Spread" ] [sub_resource type="PrismMesh" id=6] @@ -92,7 +92,7 @@ subdivide_width = 0 subdivide_height = 0 subdivide_depth = 0 -[node name="ExplodingLine" type="Particles"] +[node name="ExplodingLine" type="Particles" index="0"] layers = 1 material_override = null diff --git a/source/Main.tscn b/source/Main.tscn index cbba7b7..0c05d85 100644 --- a/source/Main.tscn +++ b/source/Main.tscn @@ -229,7 +229,7 @@ extra_spacing_bottom = 5 font_data = ExtResource( 11 ) _sections_unfolded = [ "Extra Spacing", "Font", "Settings" ] -[node name="Main" type="WorldEnvironment" index="0"] +[node name="Main" type="WorldEnvironment"] environment = SubResource( 2 ) script = ExtResource( 1 )