Fixed not updating dynamic background when doing continuous playing.

This commit is contained in:
ItzzExcel
2025-02-24 22:48:14 -06:00
parent 5d60383c64
commit 8b9010a2e2
5 changed files with 37 additions and 6 deletions
+11 -1
View File
@@ -7,7 +7,8 @@
"name": "neptune-plugin-template",
"dependencies": {
"canvas-confetti": "^1.9.3",
"neptune-types": "^1.0.1"
"neptune-types": "^1.0.1",
"wanakana": "^5.3.1"
},
"devDependencies": {
"esbuild": "^0.18.13"
@@ -527,6 +528,15 @@
"oby": "^14.3.0"
}
},
"node_modules/wanakana": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/wanakana/-/wanakana-5.3.1.tgz",
"integrity": "sha512-OSDqupzTlzl2LGyqTdhcXcl6ezMiFhcUwLBP8YKaBIbMYW1wAwDvupw2T9G9oVaKT9RmaSpyTXjxddFPUcFFIw==",
"license": "MIT",
"engines": {
"node": ">=12"
}
},
"node_modules/zod": {
"version": "3.24.2",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",