You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
🆙 Fix firework memory leak and update pixi.js
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user