RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
252 stars 139 forks source link

remove audio from lobby #1389

Closed stilnat closed 9 months ago

stilnat commented 9 months ago

Summary

Make ambient sounds only play when onboarding.

PR checklist

Pictures/Videos)

Testing

Networking checklist

Changes

Just added an event in the entity system. When a player spawn, a target rpc is sent to the client spawning, and the onSpawned event is called. The ambiant system suscribes to that.

Related issues/PRs

closes #1352