diff options
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) | 
