Compare commits

...
Author SHA1 Message Date
legonzaur 5623f7c91f Feat : update assets
release-tag / release-image (push) Successful in 31s
2024-08-02 17:59:10 +02:00
legonzaur 08fb23e729 Fix : prevent fetching back data on build
release-tag / release-image (push) Successful in 29s
2024-08-02 09:08:59 +02:00
legonzaur 2876f7b91e Feat: better discard overlay
release-tag / release-image (push) Successful in 28s
2024-08-01 22:53:30 +02:00
legonzaur 775712371d Merge remote-tracking branch 'origin/main' into feat/netcode-rework 2024-08-01 20:08:32 +02:00
legonzaur 6edadc3ef3 Feat : add return to lobby button 2024-08-01 20:06:34 +02:00
legonzaur 7713faa4d0 Feat : add login button 2024-08-01 19:48:15 +02:00
legonzaur f9197d470e Feat : settings dialog animation 2024-08-01 18:28:27 +02:00
legonzaur de38416bcd Chore : cleanup 2 2024-08-01 17:38:01 +02:00
legonzaur 23e5f9f432 Chore : components cleanup 2024-08-01 17:31:09 +02:00
legonzaur 240ab7e1d4 Fix : add login page 2024-08-01 15:54:39 +02:00
legonzaur 80f6d02fc7 Update .gitea/workflows/build.yml 2024-08-01 10:44:09 +00:00
legonzaur da54495d1c Ci : add more tags 2024-08-01 08:12:50 +00:00
legonzaur f60ec850f0 Ci : fix repo name in tag 2024-08-01 08:12:33 +00:00
161 changed files with 2447 additions and 1511 deletions
+34
View File
@@ -0,0 +1,34 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "client: chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
},
{
"type": "node",
"request": "launch",
"name": "server: nuxt",
"outputCapture": "std",
"program": "${workspaceFolder}/node_modules/nuxi/bin/nuxi.mjs",
"args": [
"dev"
],
}
],
"compounds": [
{
"name": "fullstack: nuxt",
"configurations": [
"server: nuxt",
"client: chrome"
]
}
]
}
+2 -1
View File
@@ -4,5 +4,6 @@
"**/node_modules": true
},
"vue.server.hybridMode": true,
"editor.formatOnSave": true
"editor.formatOnSave": true,
"javascript.updateImportsOnFileMove.enabled": "never"
}
+23 -5
View File
@@ -5,7 +5,6 @@ import { getCurrentInstance } from "vue";
const nuxtApp = useNuxtApp();
const router = useRouter();
const authStore = useAuthStore();
console.log("compiling cards...");
@@ -14,16 +13,14 @@ if (!app) {
throw new Error("Couldn't bake cards: instance is null");
}
await compileCards(app);
const _cards = cards;
console.log("compiling done");
useHead({
title: "Héron Realms",
});
onMounted(()=>{
onMounted(() => {
authStore.whoami();
})
});
</script>
<template>
<div class="root_dom_div">
@@ -35,6 +32,9 @@ onMounted(()=>{
</template>
<style>
:root {
--animation-curve: cubic-bezier(0.68, -0.275, 0.32, 1.275);
}
html {
text-align: center;
}
@@ -44,6 +44,24 @@ body {
height: 100vh;
}
button {
background-color: #4caf50;
border: none;
color: white;
text-align: center;
text-decoration: none;
font-family: "Roboto", sans-serif;
font-size: 16px;
width: max-content;
cursor: pointer;
border-radius: 12px;
transition-duration: 0.4s;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
padding: 10px 24px;
height: 50px;
}
#__nuxt {
height: 100%;
user-select: none;
+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">8</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/001.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/001.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/002.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/002.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/003.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/003.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(0)}" v-on:click="effectClick(0)">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/004.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/004.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">7</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/005.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/005.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/006.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/006.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/007.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/007.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/008.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/008.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/009.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/009.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/010.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/010.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/011.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/011.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/012.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/012.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">1</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/013.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/013.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/014.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,45 L264,45" stroke="black" stroke-width="1" />
<path d="M10,90 L264,90" stroke="black" stroke-width="1" />

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/015.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/015.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/016.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/016.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/017.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/018.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">8</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/019.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/020.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/021.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/022.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/023.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">1</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/024.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/024.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">7</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/025.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/025.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/026.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/026.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/027.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/027.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/028.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/028.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/029.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/029.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/030.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/030.gif" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/031.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/031.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/032.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/032.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">1</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/033.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/033.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/034.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/034.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/035.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/035.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">7</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/036.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/036.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/037.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/037.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/038.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/038.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/039.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/039.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">8</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/040.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/040.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/041.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/041.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/042.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/042.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/043.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/043.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/044.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/044.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/045.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/045.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/046.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/046.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">8</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/047.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/047.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/048.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/048.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,45 L264,45" stroke="black" stroke-width="1" />
<path d="M10,90 L264,90" stroke="black" stroke-width="1" />

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/049.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/049.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/050.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/050.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">7</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/051.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/051.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">1</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/052.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/052.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/053.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/053.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/054.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/054.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/055.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/055.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/056.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/056.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/057.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/057.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/058.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/058.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/skins/heron/059.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/059.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">7</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+5 -3
View File
@@ -35,13 +35,15 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">
<g transform="translate(137.0,43.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(0)}" v-on:click="effectClick(0)">
<text x="0" y="-5.5" font-size="11" text-anchor="middle" fill="black" font-family="Helvetica"><tspan x="0" dy="0em">L'adversaire ciblé se défausse d'une carte. </tspan><tspan x="0" dy="1em">restack_discarded_card</tspan></text>
<text x="0" y="-0.0" font-size="14" text-anchor="middle" fill="black" font-family="Helvetica">discard restack_discarded_card</text>
</g>
</g>
<g transform="translate(0,80)">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">8</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">4</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">7</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">7</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+5 -3
View File
@@ -20,7 +20,7 @@
<rect x="12" y="12" width="274" height="388" rx="0" ry="0" fill="lightblue" />
</g>
<g id="title">
<text x="149.0" y="36" font-size="19" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">Thrash</text>
<text x="149.0" y="36" font-size="19" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">Rosser</text>
<text x="149.0" y="53" font-size="13" text-anchor="middle" fill="black" font-family="Helvetica">Action</text>
</g>
<g transform="translate(36,37)">
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/skins/heron/071.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">6</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">2</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<circle cx="30" cy="67.5" r="15" fill="gray" filter="url(#drop-shadow)" />

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">5</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

+4 -2
View File
@@ -35,8 +35,10 @@
<text x="0" y="9" font-size="24" text-anchor="middle" fill="black" font-weight="bold" font-family="Helvetica">3</text>
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(77.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(268,417)">
<path d="M-2.9999999999999982,-2.0 L-29.6295824562643,-21.347524157501468 L-19.45798706418925,-52.652475842498525 L13.45798706418924,-52.65247584249853 L23.629582456264302,-21.34752415750148 Z" fill="black" stroke="lightgrey" stroke-width="2" />
<rect x="-28" y="-72" width="49" height="17" fill="black" stroke="lightgrey" stroke-width="2" />

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(107.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<path d="M10,80 L264,80" stroke="black" stroke-width="1" />
<g class="svg_effect">

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,101.5)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(1)}" v-on:click="effectClick(1)">

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,71.0)" class="svg_effect" v-bind:class="{used:used_effects_indexes.includes(0)}" v-on:click="effectClick(0)">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(107.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+4 -2
View File
@@ -29,8 +29,10 @@
<circle cx="0" cy="0" r="20" fill="url(#grad2)" />
</g>
</g>
<rect x="0" y="65" width="298" height="200" />
<image x="0" y="65" width="298" height="200" xlink:href="../../img/missing.png" />
<rect x="1" y="65" width="296" height="200" />
<image x="12" y="65" width="274" height="200" xlink:href="../../img/missing.png" />
<rect x="2" y="64" width="10" height="202" />
<rect x="286" y="64" width="10" height="202" />
<g transform="translate(12,265)">
<g class="svg_effect">
<g transform="translate(137.0,67.5)" v-bind:class="{used:used_effects_indexes.includes(0)}">

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Some files were not shown because too many files have changed in this diff Show More