removed granim, replaced with generated static css gradient

This commit is contained in:
2024-10-03 17:11:11 +02:00
parent 3eb9403817
commit d4c3eb5f76
4 changed files with 117 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
// import { mapActions, mapState } from 'pinia'
import { computed } from 'vue'
import { nextTick } from 'vue'
import MapBackground from '@components/MapBackground.vue'
import MapGradientBackground from '@components/MapGradientBackground.vue'
// https://brm.io/matter-js/docs/classes/Engine.html
import Matter from "matter-js";
@@ -1478,7 +1478,7 @@ export default {
beforeUpdate () {
},
components: {
MapBackground,
MapGradientBackground,
ConcernementMapPopup,
RecitPlayer
}
@@ -1488,7 +1488,7 @@ export default {
<template>
<div id="map-backgrounds">
<MapBackground />
<MapGradientBackground />
</div>
<!-- <div id="map-matter">
<canvas ref="canvas-engine"></canvas>