You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically just a resource with a shit tonne of dependencies.
A package would look something like this:
// We load our menu and gameplay code asynchronously.// See `vanguard/menus.package`// See `vanguard/gameplay.package`scripts=["vanguard/boot","vanguard/splash"]textures=["vanguard/textures/splash/legal","vanguard/textures/splash/engine","vanguard/textures/splash/spinner","vanguard/textures/splash/background"]
vanguard/boot.package
The text was updated successfully, but these errors were encountered:
Basically just a resource with a shit tonne of dependencies.
A package would look something like this:
vanguard/boot.package
The text was updated successfully, but these errors were encountered: