clawhouse 0.1.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.
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "Pixel Office",
3
+ "short_name": "Office",
4
+ "description": "Pixel-art fleet status board for OpenClaw agents — live cost, models, products, and rooms.",
5
+ "start_url": "/",
6
+ "scope": "/",
7
+ "display": "standalone",
8
+ "orientation": "portrait",
9
+ "background_color": "#151525",
10
+ "theme_color": "#212744",
11
+ "icons": [
12
+ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
13
+ { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
14
+ { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
15
+ ]
16
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "cellWidth": 32,
3
+ "cellHeight": 32,
4
+ "rows": [
5
+ "main",
6
+ "markethunting",
7
+ "sage",
8
+ "senku",
9
+ "shikamaru",
10
+ "tyrion",
11
+ "harvey",
12
+ "l",
13
+ "d",
14
+ "ephraim",
15
+ "house",
16
+ "markethunting2"
17
+ ],
18
+ "sheetWidth": 32,
19
+ "sheetHeight": 384
20
+ }
Binary file
@@ -0,0 +1,20 @@
1
+ {
2
+ "propWidth": 32,
3
+ "propHeight": 32,
4
+ "rows": [
5
+ "main",
6
+ "markethunting",
7
+ "sage",
8
+ "senku",
9
+ "shikamaru",
10
+ "tyrion",
11
+ "harvey",
12
+ "l",
13
+ "d",
14
+ "ephraim",
15
+ "house",
16
+ "markethunting2"
17
+ ],
18
+ "sheetWidth": 32,
19
+ "sheetHeight": 384
20
+ }
Binary file
@@ -0,0 +1,27 @@
1
+ {
2
+ "spriteWidth": 32,
3
+ "spriteHeight": 48,
4
+ "states": [
5
+ "active",
6
+ "idle",
7
+ "sip",
8
+ "away",
9
+ "walk"
10
+ ],
11
+ "framesPerState": 4,
12
+ "rows": [
13
+ "main",
14
+ "markethunting",
15
+ "sage",
16
+ "senku",
17
+ "shikamaru",
18
+ "tyrion",
19
+ "harvey",
20
+ "l",
21
+ "d",
22
+ "ephraim",
23
+ "house"
24
+ ],
25
+ "sheetWidth": 640,
26
+ "sheetHeight": 528
27
+ }
Binary file