1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Add fullscreen video background

This commit is contained in:
tobspr
2020-05-12 09:56:11 +02:00
parent da64a46ad8
commit 7036a4ac95
6 changed files with 71 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
const path = require("path");
// Globs for non-ui resources
const nonImageResourcesGlobs = ["../res/**/*.woff2", "../res/*.ico"];
const nonImageResourcesGlobs = ["../res/**/*.woff2", "../res/*.ico", "../res/**/*.webm"];
// Globs for ui resources
const imageResourcesGlobs = ["../res/**/*.png", "../res/**/*.svg", "../res/**/*.jpg"];