Add routing symbol

This commit is contained in:
thepaperpilot 2022-12-23 23:38:31 -06:00
parent 2f63c8f7ea
commit 335fca9af5
2 changed files with 2 additions and 1 deletions

View file

@ -61,6 +61,7 @@ import toysSymbol from "./symbols/truck.png";
import advManagementSymbol from "./symbols/workshopMansion.png";
import wrappingPaperSymbol from "./symbols/wrappingPaper.png";
import sleighSymbol from "./symbols/sleigh.png";
import routingSymbol from "./symbols/gps.png";
export interface Day extends VueFeature {
day: number;
@ -501,7 +502,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
day: 23,
shouldNotify: false,
layer: "routing",
symbol: "",
symbol: routingSymbol,
story: "You're almost ready for the big day! The next step is to find an optimal route to ensure you can get all the presents delivered before kids start waking up! This is like the travelling salesman problem on steroids. Good Luck!",
completedStory:
"Take that, math majors! Optimal route planned with time to spare. Good Job!",

BIN
src/data/symbols/gps.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB