mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 09:31:43 +00:00
Add art
This commit is contained in:
parent
335fca9af5
commit
83c5d93ed7
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,12 @@
|
||||||
class="scene-item"
|
class="scene-item"
|
||||||
style="left: 72%; bottom: 8%; width: 40px; height: 40px"
|
style="left: 72%; bottom: 8%; width: 40px; height: 40px"
|
||||||
/>
|
/>
|
||||||
|
<img
|
||||||
|
v-if="day >= 22"
|
||||||
|
:src="routing"
|
||||||
|
class="scene-item"
|
||||||
|
style="left: 76%; bottom: 4%; width: 40px; height: 40px"
|
||||||
|
/>
|
||||||
<img v-if="day >= 8" :src="oil" class="scene-item" style="left: 80%; bottom: 6%" />
|
<img v-if="day >= 8" :src="oil" class="scene-item" style="left: 80%; bottom: 6%" />
|
||||||
<div
|
<div
|
||||||
v-if="day >= 4"
|
v-if="day >= 4"
|
||||||
|
@ -109,6 +115,7 @@ import advFactory from "./symbols/teddyBear.png";
|
||||||
import presents from "./symbols/presents.png";
|
import presents from "./symbols/presents.png";
|
||||||
import reindeer from "./symbols/reindeer.png";
|
import reindeer from "./symbols/reindeer.png";
|
||||||
import sleigh from "./symbols/sleigh.png";
|
import sleigh from "./symbols/sleigh.png";
|
||||||
|
import routing from "./symbols/gps.png";
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
day: number;
|
day: number;
|
||||||
|
|
Loading…
Add table
Reference in a new issue