frnsys / half_earth

Half-Earth Socialism: The Game, for Half-Earth Socialism (Verso 2022)
GNU Affero General Public License v3.0
41 stars 7 forks source link

Preload assets #98

Closed frnsys closed 2 years ago

frnsys commented 2 years ago

Preload assets at a loading screen so that they aren't fetched on-demand (which causes them to flash in).

Things to look at:

The easiest way might be to specify what we want to preload in an array and then, using Vue, dynamically generate:

<link :href="path" rel=preload as=image>