🆙 Fix firework memory leak and update pixi.js

This commit is contained in:
duckietm
2024-09-13 08:04:35 +02:00
parent 1e4f45a107
commit 14bf0fdcbd
23 changed files with 417 additions and 1469 deletions
+2 -2
View File
@@ -12,9 +12,9 @@
},
"main": "./index",
"dependencies": {
"pixi.js": "^8.1.6"
"pixi.js": "^8.2.5"
},
"devDependencies": {
"typescript": "~5.4.2"
"typescript": "~5.5.4"
}
}
@@ -23,6 +23,7 @@ export class RoomObjectVariable
public static FURNITURE_PURCHASER_NAME: string = 'furniture_purchaser_name';
public static FURNITURE_PURCHASER_FIGURE: string = 'furniture_purchaser_figure';
public static STD: string = 'std';
public static SWIM: string = 'swm';
public static FIGURE_SIGN: string = 'figure_sign';
public static FIGURE_FLAT_CONTROL: string = 'figure_flat_control';
public static FIGURE_IS_TYPING: string = 'figure_is_typing';