Stupid length exceeded I cba to write anything
This commit is contained in:
parent
49e344f109
commit
1d04d27969
10 changed files with 235 additions and 58 deletions
14
entities/water_particles.tscn
Normal file
14
entities/water_particles.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://uad5qu7hk1qi"]
|
||||
|
||||
[ext_resource type="Script" path="res://entities/scripts/water_particles.gd" id="1_71maq"]
|
||||
|
||||
[node name="WaterParticles" type="Node2D"]
|
||||
script = ExtResource("1_71maq")
|
||||
|
||||
[node name="WaterParticleEffect" type="CPUParticles2D" parent="."]
|
||||
self_modulate = Color(1, 1, 1, 0.117647)
|
||||
lifetime = 4.0
|
||||
lifetime_randomness = 0.58
|
||||
emission_shape = 1
|
||||
emission_sphere_radius = 16.0
|
||||
gravity = Vector2(0, 0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue