This commit is contained in:
thepaperpilot 2022-12-23 23:29:52 -06:00
parent e4f5032632
commit 0bcd920f4d
3 changed files with 10 additions and 2 deletions

View file

@ -6,7 +6,13 @@
class="scene-item" class="scene-item"
style="left: 4%; bottom: 3%; width: 40px; height: 40px" style="left: 4%; bottom: 3%; width: 40px; height: 40px"
/> />
<img v-if="day >= 0" :src="tree" class="scene-item" style="left: 10%; bottom: 10%" /> <img
v-if="day >= 0"
:src="tree"
class="scene-item"
style="left: 6%; bottom: 10%; width: 120px; height: 120px"
/>
<img v-if="day >= 20" :src="reindeer" class="scene-item" style="left: 13%; bottom: 8%" />
<img <img
v-if="day >= 13" v-if="day >= 13"
:src="letters" :src="letters"
@ -95,6 +101,7 @@ import toys from "./symbols/truck.png";
import factory from "./symbols/gears.png"; import factory from "./symbols/gears.png";
import advFactory from "./symbols/teddyBear.png"; import advFactory from "./symbols/teddyBear.png";
import presents from "./symbols/presents.png"; import presents from "./symbols/presents.png";
import reindeer from "./symbols/reindeer.png";
defineProps<{ defineProps<{
day: number; day: number;

View file

@ -50,6 +50,7 @@ import oilSymbol from "./symbols/oil.png";
import paperSymbol from "./symbols/paperStacks.png"; import paperSymbol from "./symbols/paperStacks.png";
import plasticSymbol from "./symbols/plastic.png"; import plasticSymbol from "./symbols/plastic.png";
import presentsSymbol from "./symbols/presents.png"; import presentsSymbol from "./symbols/presents.png";
import reindeerSymbol from "./symbols/reindeer.png";
import ribbonsSymbol from "./symbols/ribbons.png"; import ribbonsSymbol from "./symbols/ribbons.png";
import workshopSymbol from "./symbols/sws.png"; import workshopSymbol from "./symbols/sws.png";
import advFactorySymbol from "./symbols/teddyBear.png"; import advFactorySymbol from "./symbols/teddyBear.png";
@ -477,7 +478,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
day: 21, day: 21,
shouldNotify: false, shouldNotify: false,
layer: "reindeer", layer: "reindeer",
symbol: "", symbol: reindeerSymbol,
story: "Now that the toys are being taken care of, it's time to make sure everything is prepped for the big night. One immediate concern is the reindeer, who are going to have to be in tip-top shape. Fortunately, Santa has a recipe to a very strong vitamin-filled kibble that'll get them pumped in no time!", story: "Now that the toys are being taken care of, it's time to make sure everything is prepped for the big night. One immediate concern is the reindeer, who are going to have to be in tip-top shape. Fortunately, Santa has a recipe to a very strong vitamin-filled kibble that'll get them pumped in no time!",
completedStory: completedStory:
"Alright, now that the reindeer have been given all their ste- vitamins, I mean, they should be prepared for Christmas. Good Job!", "Alright, now that the reindeer have been given all their ste- vitamins, I mean, they should be prepared for Christmas. Good Job!",

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB