diff options
| author | nokoe <nokoe@mailbox.org> | 2024-06-29 20:46:56 +0200 |
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2024-06-29 20:47:23 +0200 |
| commit | 52dbf26f1e598ad7a095af09cf638b263db7dab0 (patch) | |
| tree | b07562ba9d2c8121a0b926ccda8d7d8305f57b1a /client/player/stars.tscn | |
| parent | c1a65adf8aecaa56ee3a7495d5eb59bcce694d93 (diff) | |
| download | hurrycurry-52dbf26f1e598ad7a095af09cf638b263db7dab0.tar hurrycurry-52dbf26f1e598ad7a095af09cf638b263db7dab0.tar.bz2 hurrycurry-52dbf26f1e598ad7a095af09cf638b263db7dab0.tar.zst | |
add effects
Diffstat (limited to 'client/player/stars.tscn')
| -rw-r--r-- | client/player/stars.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/player/stars.tscn b/client/player/stars.tscn index e3fcc587..5c96c291 100644 --- a/client/player/stars.tscn +++ b/client/player/stars.tscn @@ -22,8 +22,10 @@ offsets = PackedFloat32Array(0, 0.711828, 1) colors = PackedColorArray(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0) [node name="Stars" type="CPUParticles3D"] +emitting = false amount = 5 lifetime = 2.0 +one_shot = true explosiveness = 1.0 mesh = SubResource("QuadMesh_d0lru") direction = Vector3(0, 1, 0) |