lizrad / recursio

0 stars 1 forks source link

Derive ActionManager on Client and move sounds and images there #158

Closed kb173 closed 2 years ago

kb173 commented 2 years ago

The headless server can't deal with loading sounds or images at all. Because of this, we need to get those out of the shared Actions. Instead, we could derive the ActionManager on the client, include a dictionary which maps Actions to sounds and images, and load/play them only there.