forked from team-sg/hero-mark-2
smokestack mark II
This commit is contained in:
parent
235616a281
commit
a77860ca41
1 changed files with 5 additions and 6 deletions
|
@ -178,14 +178,13 @@ texture = ExtResource( 12 )
|
||||||
[node name="SmokeParticles" type="CPUParticles2D" parent="."]
|
[node name="SmokeParticles" type="CPUParticles2D" parent="."]
|
||||||
position = Vector2( 40, 192 )
|
position = Vector2( 40, 192 )
|
||||||
amount = 512
|
amount = 512
|
||||||
lifetime = 8.0
|
lifetime = 10.0
|
||||||
preprocess = 8.0
|
preprocess = 10.0
|
||||||
speed_scale = 2.0
|
speed_scale = 2.0
|
||||||
texture = ExtResource( 10 )
|
texture = ExtResource( 10 )
|
||||||
direction = Vector2( 1, -1 )
|
direction = Vector2( 0, -1 )
|
||||||
spread = 117.74
|
gravity = Vector2( 0, -5 )
|
||||||
gravity = Vector2( 0, -30 )
|
initial_velocity = 15.0
|
||||||
initial_velocity = 20.0
|
|
||||||
initial_velocity_random = 1.0
|
initial_velocity_random = 1.0
|
||||||
angular_velocity = 180.0
|
angular_velocity = 180.0
|
||||||
angular_velocity_random = 1.0
|
angular_velocity_random = 1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue