From 746be8f4f61b6729b1936f6e7fb55a9d4d64c8aa Mon Sep 17 00:00:00 2001 From: Karl Ostmo Date: Sat, 14 Sep 2024 17:57:40 -0700 Subject: [PATCH] Migrate to v8 of pixi.js, vendor the library (#2144) Include `pixi.js` in repo to avoid getting broken by upstream changes. ``` scripts/play.sh -i data/scenarios/Challenges/ice-cream.yaml ``` ![Screenshot from 2024-09-14 16-41-24](https://github.com/user-attachments/assets/89edaef0-4197-4dac-adde-a409ac5c86f4) --- web/play.html | 8 +- web/script/display.js | 9 +- web/script/fetch.js | 5 +- web/script/pixi.js | 44113 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 44124 insertions(+), 11 deletions(-) create mode 100644 web/script/pixi.js diff --git a/web/play.html b/web/play.html index 03da4b805..cbbdd4397 100644 --- a/web/play.html +++ b/web/play.html @@ -2,20 +2,20 @@ Web frontend - + -