1
0
forked from noxious/client

Renamed and moved assets for clarity, removed unused svg's

This commit is contained in:
2024-11-08 22:03:10 +01:00
parent 0a99d2c430
commit 48fef2313b
42 changed files with 232 additions and 241 deletions

View File

@ -8,7 +8,7 @@
import { ref } from 'vue'
// Internal array of images to preload
const imageUrls = ref<string[]>(['/assets/ui-elements/ui-border-4-corners.svg', '/assets/ui-elements/ui-border-4-corners-light.svg', '/assets/ui-elements/ui-border-4-corners-small.svg'])
const imageUrls = ref<string[]>(['/assets/ui-elements/button-ui-box-textured.svg', '/assets/ui-elements/button-ui-frame-empty.svg', '/assets/ui-elements/button-ui-box-textured-small.svg'])
const loadedImages = ref<Set<number>>(new Set())