mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-22 08:31:34 +00:00
Fix case issue
This commit is contained in:
parent
709eb2cd30
commit
bd8495ffbf
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Mynerve&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Mynerve&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="prefetch" href="Heart.png" />
|
<link rel="prefetch" href="heart.png" />
|
||||||
<link rel="prefetch" href="Lvl 1_0.png" />
|
<link rel="prefetch" href="Lvl 1_0.png" />
|
||||||
<link rel="prefetch" href="Lvl 1_1.png" />
|
<link rel="prefetch" href="Lvl 1_1.png" />
|
||||||
<link rel="prefetch" href="Lvl 2_0.png" />
|
<link rel="prefetch" href="Lvl 2_0.png" />
|
||||||
|
|
|
@ -89,7 +89,7 @@ import Tooltip from "features/tooltips/Tooltip.vue";
|
||||||
import { Direction } from "util/common";
|
import { Direction } from "util/common";
|
||||||
import { coerceComponent } from "util/vue";
|
import { coerceComponent } from "util/vue";
|
||||||
import { ref, shallowRef, watch, watchEffect } from "vue";
|
import { ref, shallowRef, watch, watchEffect } from "vue";
|
||||||
import heart from "../../public/Heart.png";
|
import heart from "../../public/heart.png";
|
||||||
import level1_0 from "../../public/Lvl 1_0.png";
|
import level1_0 from "../../public/Lvl 1_0.png";
|
||||||
import level1_1 from "../../public/Lvl 1_1.png";
|
import level1_1 from "../../public/Lvl 1_1.png";
|
||||||
import level2_0 from "../../public/Lvl 2_0.png";
|
import level2_0 from "../../public/Lvl 2_0.png";
|
||||||
|
|
|
@ -17,7 +17,7 @@ import coots from "../../public/Normal Coots.png";
|
||||||
import qt from "../../public/QT Coots.png";
|
import qt from "../../public/QT Coots.png";
|
||||||
import stanz from "../../public/Stanz Coots.png";
|
import stanz from "../../public/Stanz Coots.png";
|
||||||
import vespa from "../../public/Vespa Coots.png";
|
import vespa from "../../public/Vespa Coots.png";
|
||||||
import heart from "../../public/Heart.png";
|
import heart from "../../public/heart.png";
|
||||||
import startStream from "../../public/start stream.png";
|
import startStream from "../../public/start stream.png";
|
||||||
import { createReset } from "features/reset";
|
import { createReset } from "features/reset";
|
||||||
import settings from "game/settings";
|
import settings from "game/settings";
|
||||||
|
|
Loading…
Reference in a new issue