@quake2ts/client 0.0.739 → 0.0.740
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AssetManager, Pic, Renderer } from '@quake2ts/engine';
|
|
2
2
|
import { PlayerClient } from '@quake2ts/game';
|
|
3
|
-
export declare const iconPics: Map<string,
|
|
3
|
+
export declare const iconPics: Map<string, Pic>;
|
|
4
4
|
export declare const Init_Icons: (renderer: Renderer, assets: AssetManager) => Promise<void>;
|
|
5
5
|
export declare const Draw_Icons: (renderer: Renderer, client: PlayerClient, hudNumberPics: readonly Pic[], numberWidth: number, timeMs: number) => void;
|
|
6
6
|
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/hud/icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAA8C,MAAM,gBAAgB,CAAC;AAI1F,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/hud/icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAE,YAAY,EAA8C,MAAM,gBAAgB,CAAC;AAI1F,eAAO,MAAM,QAAQ,kBAAyB,CAAC;AAkB/C,eAAO,MAAM,UAAU,GAAU,UAAU,QAAQ,EAAE,QAAQ,YAAY,kBAUxE,CAAC;AAEF,eAAO,MAAM,UAAU,GACnB,UAAU,QAAQ,EAClB,QAAQ,YAAY,EACpB,eAAe,SAAS,GAAG,EAAE,EAC7B,aAAa,MAAM,EACnB,QAAQ,MAAM,SAmEjB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quake2ts/client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.740",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/cjs/index.cjs",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"gl-matrix": "^3.4.4",
|
|
33
|
-
"@quake2ts/cgame": "^0.0.
|
|
34
|
-
"@quake2ts/engine": "0.0.
|
|
35
|
-
"@quake2ts/game": "0.0.
|
|
36
|
-
"@quake2ts/shared": "0.0.
|
|
33
|
+
"@quake2ts/cgame": "^0.0.740",
|
|
34
|
+
"@quake2ts/engine": "0.0.740",
|
|
35
|
+
"@quake2ts/game": "0.0.740",
|
|
36
|
+
"@quake2ts/shared": "0.0.740"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"gl-matrix": "^3.4.4",
|
|
40
40
|
"tsup": "^8.1.0",
|
|
41
|
-
"@quake2ts/
|
|
42
|
-
"@quake2ts/
|
|
43
|
-
"@quake2ts/
|
|
44
|
-
"@quake2ts/shared": "0.0.
|
|
45
|
-
"@quake2ts/test-utils": "^0.0.
|
|
41
|
+
"@quake2ts/engine": "0.0.740",
|
|
42
|
+
"@quake2ts/game": "0.0.740",
|
|
43
|
+
"@quake2ts/cgame": "^0.0.740",
|
|
44
|
+
"@quake2ts/shared": "0.0.740",
|
|
45
|
+
"@quake2ts/test-utils": "^0.0.740"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "pnpm run build:types && pnpm run build:bundles",
|