1234567891011121314151617181920212223242526272829 |
- [gd_scene load_steps=5 format=2]
- [ext_resource path="res://effect/particle/trail/trail_particle.png" type="Texture" id=1]
- [sub_resource type="Curve" id=1]
- _data = [ Vector2( 0, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0.290909 ), 0.0, 0.0, 0, 0 ]
- [sub_resource type="CurveTexture" id=2]
- curve = SubResource( 1 )
- [sub_resource type="ParticlesMaterial" id=3]
- flag_disable_z = true
- spread = 0.0
- gravity = Vector3( 0, 0, 0 )
- angular_velocity = 45.0
- angular_velocity_random = 1.0
- orbit_velocity = 0.0
- orbit_velocity_random = 0.0
- angle = 180.0
- angle_random = 1.0
- scale = 0.5
- scale_random = 0.5
- scale_curve = SubResource( 2 )
- [node name="Trail" type="Particles2D"]
- lifetime = 0.1
- local_coords = false
- process_material = SubResource( 3 )
- texture = ExtResource( 1 )
|