Skip to content

Commit 913963f

Browse files
author
DavidQ
committed
Remove skin-editor preset duplication; use workspace launch metadata as single source across games
1 parent dab25eb commit 913963f

6 files changed

Lines changed: 7 additions & 361 deletions

File tree

docs/dev/reports/launch_smoke_report.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Launch Smoke Report
22

3-
Generated: 2026-04-18T23:16:10.723Z
3+
Generated: 2026-04-25T19:23:15.787Z
44

55
Filters: games=true, samples=true, tools=true, sampleRange=all
66

@@ -179,6 +179,9 @@ Filters: games=true, samples=true, tools=true, sampleRange=all
179179
| PASS | sample | 1206 | samples\phase-12\1206\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
180180
| PASS | sample | 1207 | samples\phase-12\1207\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
181181
| PASS | sample | 1208 | samples\phase-12\1208\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
182+
| PASS | sample | 1209 | samples\phase-12\1209\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
183+
| PASS | sample | 1210 | samples\phase-12\1210\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
184+
| PASS | sample | 1211 | samples\phase-12\1211\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
182185
| PASS | sample | 1301 | samples\phase-13\1301\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
183186
| PASS | sample | 1302 | samples\phase-13\1302\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
184187
| PASS | sample | 1303 | samples\phase-13\1303\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
@@ -270,10 +273,11 @@ Filters: games=true, samples=true, tools=true, sampleRange=all
270273
| PASS | tool | Performance Profiler | tools\Performance Profiler\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
271274
| PASS | tool | Physics Sandbox | tools\Physics Sandbox\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
272275
| PASS | tool | Replay Visualizer | tools\Replay Visualizer\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
276+
| PASS | tool | Skin Editor | tools\Skin Editor\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
273277
| PASS | tool | Sprite Editor | tools\Sprite Editor\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
274278
| PASS | tool | State Inspector | tools\State Inspector\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
275279
| PASS | tool | Tile Model Converter | tools\Tile Model Converter\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
276280
| PASS | tool | Tilemap Studio | tools\Tilemap Studio\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
277-
| PASS | tool | Tool Host | tools\Tool Host\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
278281
| PASS | tool | Vector Asset Studio | tools\Vector Asset Studio\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
279-
| PASS | tool | Vector Map Editor | tools\Vector Map Editor\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
282+
| PASS | tool | Vector Map Editor | tools\Vector Map Editor\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |
283+
| PASS | tool | Workspace Manager | tools\Workspace Manager\index.html | | npm install --prefix ./tmp ws → npm run test:launch-smoke |

games/SolarSystem/assets/presets/game-solarsystem-skin-editor.json

Lines changed: 0 additions & 140 deletions
This file was deleted.

games/bouncing-ball/assets/presets/game-bouncing-ball-skin-editor.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

games/breakout/assets/presets/game-breakout-skin-editor.json

Lines changed: 0 additions & 94 deletions
This file was deleted.

games/metadata/games.index.metadata.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
"replay-visualizer"
2828
],
2929
"roundtripToolPresets": [
30-
{
31-
"toolId": "skin-editor",
32-
"presetPath": "/games/Bouncing-ball/assets/presets/game-bouncing-ball-skin-editor.json"
33-
},
3430
{
3531
"toolId": "physics-sandbox",
3632
"presetPath": "/samples/phase-03/0303/sample-0303-physics-sandbox.json"
@@ -71,10 +67,6 @@
7167
"replay-visualizer"
7268
],
7369
"roundtripToolPresets": [
74-
{
75-
"toolId": "skin-editor",
76-
"presetPath": "/games/Breakout/assets/presets/game-breakout-skin-editor.json"
77-
},
7870
{
7971
"toolId": "sprite-editor",
8072
"presetPath": "/games/Breakout/assets/presets/game-breakout-sprite-editor.json"
@@ -115,10 +107,6 @@
115107
"state-inspector"
116108
],
117109
"roundtripToolPresets": [
118-
{
119-
"toolId": "skin-editor",
120-
"presetPath": "/games/SolarSystem/assets/presets/game-solarsystem-skin-editor.json"
121-
},
122110
{
123111
"toolId": "physics-sandbox",
124112
"presetPath": "/samples/phase-03/0303/sample-0303-physics-sandbox.json"
@@ -198,10 +186,6 @@
198186
"replay-visualizer"
199187
],
200188
"roundtripToolPresets": [
201-
{
202-
"toolId": "skin-editor",
203-
"presetPath": "/games/Pong/assets/presets/game-pong-skin-editor.json"
204-
},
205189
{
206190
"toolId": "sprite-editor",
207191
"presetPath": "/samples/phase-14/1414/sample-1414-sprite-editor.json"

0 commit comments

Comments
 (0)