jelster / space-truckers

A game of getting stuff from Point A to Point B... IN SPAAAACCE!

Home Page:https://space-truckers.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(refactor) Base Asset URL for the ParticleSystemSet should be set by the application

jelster opened this issue · comments

The star.js component is where the ParticleSystemSet is currently having the correct BaseAssetUrl specified, but that's not where it should be getting set. Since it needs to apply to every particle system set, the static property should be set by the SpaceTruckerApplication.

Will need to add an import for ParticleSystemSet obviously, but worth it I think