mirror of
https://git.kittycat.homes/BatHeartTiger/untitled-plant-game.git
synced 2024-08-15 03:16:27 +00:00
31 lines
841 B
Text
31 lines
841 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://World/GoodAndWellBalancedWaterParticles.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="ParticlesMaterial" id=14]
|
|
lifetime_randomness = 1.0
|
|
flag_disable_z = true
|
|
direction = Vector3( 0, -1, 0 )
|
|
spread = 90.0
|
|
gravity = Vector3( 0, 10, 0 )
|
|
initial_velocity = 24.0
|
|
initial_velocity_random = 1.0
|
|
orbit_velocity = 0.0
|
|
orbit_velocity_random = 0.0
|
|
color = Color( 0.341176, 0.337255, 0.756863, 1 )
|
|
|
|
[node name="GoodAndWellBalancedWaterParticles" type="Particles2D"]
|
|
position = Vector2( 0, -3 )
|
|
z_index = 2
|
|
emitting = false
|
|
amount = 32
|
|
lifetime = 2.0
|
|
explosiveness = 1.0
|
|
randomness = 1.0
|
|
process_material = SubResource( 14 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Delete" type="Timer" parent="."]
|
|
wait_time = 0.5
|
|
|
|
[connection signal="timeout" from="Delete" to="." method="_on_Delete_timeout"]
|