forked from TerryCavanagh/VVVVVV
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The original flash version of VVVVVV used a real preloader - the loading screen that appears before the main menu shows, in a c64 style. In the C++ versions, it's fake - it shows for about a second before the game starts, but doesn't actually do anything.
Since the wasm version needs to load assets before starting, there's an opportunity here to turn this into a real preloader again!
Aside from the audio assets, the game should be fairly lightweight. I'd suggest loading the graphics and code first with the regular wasm preloader, and then using the VVVVVV preloader while the audio assets load, if that's possible!
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request