mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 09:31:43 +00:00
Add routing symbol
This commit is contained in:
parent
2f63c8f7ea
commit
335fca9af5
2 changed files with 2 additions and 1 deletions
|
@ -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
BIN
src/data/symbols/gps.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
Loading…
Add table
Reference in a new issue