|
213 | 213 | }, |
214 | 214 | "tools": [ |
215 | 215 | { |
216 | | - "toolId": "asset-browser", |
217 | | - "jsonAssets": [ |
| 216 | + "toolId": "primitive-skin-editor", |
| 217 | + "palettes": [ |
218 | 218 | { |
219 | 219 | "id": "palette.vector-arcade.primary", |
220 | 220 | "sourcePath": "games/vector-arcade-sample/assets/data/palettes/vector-native-primary.palette.json", |
|
247 | 247 | } |
248 | 248 | ] |
249 | 249 | } |
250 | | - }, |
251 | | - { |
252 | | - "id": "parallax.vector-arcade.backdrop", |
253 | | - "sourcePath": "games/vector-arcade-sample/assets/data/parallax/template-backdrop.parallax.json", |
254 | | - "data": { |
255 | | - "name": "Sample Backdrop Layer", |
256 | | - "role": "backdrop", |
257 | | - "imageId": "image.template.backdrop" |
258 | | - } |
259 | | - }, |
| 250 | + } |
| 251 | + ] |
| 252 | + }, |
| 253 | + { |
| 254 | + "toolId": "sprite-editor", |
| 255 | + "sprites": [ |
260 | 256 | { |
261 | 257 | "id": "sprite.vector-arcade.player", |
262 | 258 | "sourcePath": "games/vector-arcade-sample/assets/data/sprites/template-player.sprite.json", |
|
281 | 277 | "#f59e0b" |
282 | 278 | ] |
283 | 279 | } |
284 | | - }, |
| 280 | + } |
| 281 | + ] |
| 282 | + }, |
| 283 | + { |
| 284 | + "toolId": "tile-map-editor", |
| 285 | + "maps": [ |
285 | 286 | { |
286 | 287 | "id": "tilemap.vector-arcade.arena", |
287 | 288 | "sourcePath": "games/vector-arcade-sample/assets/data/tilemaps/template-arena.tilemap.json", |
|
299 | 300 | "victory-conditions" |
300 | 301 | ] |
301 | 302 | } |
302 | | - }, |
| 303 | + } |
| 304 | + ], |
| 305 | + "tilesets": [ |
303 | 306 | { |
304 | 307 | "id": "tilemap.vector-arcade.ui", |
305 | 308 | "sourcePath": "games/vector-arcade-sample/assets/data/tilemaps/template-ui.tileset.json", |
|
313 | 316 | "status-panel" |
314 | 317 | ] |
315 | 318 | } |
316 | | - }, |
| 319 | + } |
| 320 | + ] |
| 321 | + }, |
| 322 | + { |
| 323 | + "toolId": "parallax-editor", |
| 324 | + "parallaxLevels": [ |
| 325 | + { |
| 326 | + "id": "parallax.vector-arcade.backdrop", |
| 327 | + "sourcePath": "games/vector-arcade-sample/assets/data/parallax/template-backdrop.parallax.json", |
| 328 | + "data": { |
| 329 | + "name": "Sample Backdrop Layer", |
| 330 | + "role": "backdrop", |
| 331 | + "imageId": "image.template.backdrop" |
| 332 | + } |
| 333 | + } |
| 334 | + ] |
| 335 | + }, |
| 336 | + { |
| 337 | + "toolId": "vector-asset-studio", |
| 338 | + "vectors": [ |
317 | 339 | { |
318 | 340 | "id": "vector.vector-arcade.hud", |
319 | 341 | "sourcePath": "games/vector-arcade-sample/assets/data/vectors/template-hud.vector.json", |
|
445 | 467 | } |
446 | 468 | ] |
447 | 469 | }, |
| 470 | + { |
| 471 | + "toolId": "asset-browser", |
| 472 | + "assets": [ |
| 473 | + { |
| 474 | + "id": "image.vector-arcade.backdrop-svg", |
| 475 | + "path": "games/vector-arcade-sample/assets/data/parallax/template-backdrop.svg", |
| 476 | + "kind": "image", |
| 477 | + "source": "workspace-manager" |
| 478 | + } |
| 479 | + ] |
| 480 | + }, |
448 | 481 | { |
449 | 482 | "toolId": "preview-generator-tool", |
450 | 483 | "projectConfigs": [ |
|
0 commit comments