game-shield-line-assets 1.0.0

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.
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # game-shield-line-assets
2
+
3
+ Game Shield line assets package.
4
+
5
+ - Version: `1.0.0`
6
+ - Line image: `assets/line.png`
7
+ - Manifest: `assets/manifest.json`
8
+
9
+ This package is consumed by the Game Shield Android compat SDK npm mirror
10
+ fallback. The PNG remains visually normal and carries line nodes in its private
11
+ `gsLn` chunk.
Binary file
@@ -0,0 +1,23 @@
1
+ {
2
+ "package": "game-shield-line-assets",
3
+ "version": "1.0.0",
4
+ "asset": "assets/line.png",
5
+ "chunk_type": "gsLn",
6
+ "chunk_start_offset": 33,
7
+ "payload_offset": 41,
8
+ "config_version": 2026052201,
9
+ "expires_at": 1780040485896,
10
+ "line_port": 18080,
11
+ "nodes": [
12
+ {
13
+ "ip": "16.163.143.83",
14
+ "region": "hk",
15
+ "weight": 100
16
+ },
17
+ {
18
+ "ip": "18.162.48.94",
19
+ "region": "hk",
20
+ "weight": 100
21
+ }
22
+ ]
23
+ }
package/package.json ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "name": "game-shield-line-assets",
3
+ "version": "1.0.0",
4
+ "description": "Game Shield line assets",
5
+ "main": "assets/manifest.json",
6
+ "files": [
7
+ "assets",
8
+ "README.md"
9
+ ],
10
+ "license": "UNLICENSED",
11
+ "private": false,
12
+ "publishConfig": {
13
+ "access": "public"
14
+ }
15
+ }