@almadar/std 3.2.0 → 3.2.1
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/behaviors/exports/organisms/std-arcade-game.orb +120 -12
- package/behaviors/exports/validation-report.json +750 -3
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +120 -12
- package/dist/behaviors/exports/validation-report.json +750 -3
- package/dist/exports/organisms/std-arcade-game.orb +120 -12
- package/dist/exports/validation-report.json +750 -3
- package/package.json +1 -1
|
@@ -390,10 +390,48 @@
|
|
|
390
390
|
"render-ui",
|
|
391
391
|
"main",
|
|
392
392
|
{
|
|
393
|
-
"type": "
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
393
|
+
"type": "stack",
|
|
394
|
+
"direction": "vertical",
|
|
395
|
+
"gap": "md",
|
|
396
|
+
"children": [
|
|
397
|
+
{
|
|
398
|
+
"type": "stack",
|
|
399
|
+
"direction": "horizontal",
|
|
400
|
+
"gap": "sm",
|
|
401
|
+
"align": "center",
|
|
402
|
+
"children": [
|
|
403
|
+
{
|
|
404
|
+
"type": "icon",
|
|
405
|
+
"name": "monitor",
|
|
406
|
+
"size": "md"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"type": "typography",
|
|
410
|
+
"content": "ArcadeCanvas Canvas",
|
|
411
|
+
"variant": "h3"
|
|
412
|
+
}
|
|
413
|
+
]
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"type": "typography",
|
|
417
|
+
"content": "800x600 @ 60fps",
|
|
418
|
+
"variant": "caption",
|
|
419
|
+
"color": "muted"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"type": "game-canvas2-d",
|
|
423
|
+
"width": 800,
|
|
424
|
+
"height": 600,
|
|
425
|
+
"fps": 60
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"type": "button",
|
|
429
|
+
"label": "Start",
|
|
430
|
+
"event": "START",
|
|
431
|
+
"variant": "primary",
|
|
432
|
+
"icon": "play"
|
|
433
|
+
}
|
|
434
|
+
]
|
|
397
435
|
}
|
|
398
436
|
]
|
|
399
437
|
]
|
|
@@ -407,10 +445,42 @@
|
|
|
407
445
|
"render-ui",
|
|
408
446
|
"main",
|
|
409
447
|
{
|
|
410
|
-
"type": "
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
448
|
+
"type": "stack",
|
|
449
|
+
"direction": "vertical",
|
|
450
|
+
"gap": "md",
|
|
451
|
+
"children": [
|
|
452
|
+
{
|
|
453
|
+
"type": "stack",
|
|
454
|
+
"direction": "horizontal",
|
|
455
|
+
"gap": "sm",
|
|
456
|
+
"align": "center",
|
|
457
|
+
"children": [
|
|
458
|
+
{
|
|
459
|
+
"type": "icon",
|
|
460
|
+
"name": "monitor",
|
|
461
|
+
"size": "md"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"type": "typography",
|
|
465
|
+
"content": "ArcadeCanvas Canvas",
|
|
466
|
+
"variant": "h3"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"type": "game-canvas2-d",
|
|
472
|
+
"width": 800,
|
|
473
|
+
"height": 600,
|
|
474
|
+
"fps": 60
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"type": "button",
|
|
478
|
+
"label": "Stop",
|
|
479
|
+
"event": "STOP",
|
|
480
|
+
"variant": "ghost",
|
|
481
|
+
"icon": "square"
|
|
482
|
+
}
|
|
483
|
+
]
|
|
414
484
|
}
|
|
415
485
|
]
|
|
416
486
|
]
|
|
@@ -430,10 +500,48 @@
|
|
|
430
500
|
"render-ui",
|
|
431
501
|
"main",
|
|
432
502
|
{
|
|
433
|
-
"type": "
|
|
434
|
-
"
|
|
435
|
-
"
|
|
436
|
-
"
|
|
503
|
+
"type": "stack",
|
|
504
|
+
"direction": "vertical",
|
|
505
|
+
"gap": "md",
|
|
506
|
+
"children": [
|
|
507
|
+
{
|
|
508
|
+
"type": "stack",
|
|
509
|
+
"direction": "horizontal",
|
|
510
|
+
"gap": "sm",
|
|
511
|
+
"align": "center",
|
|
512
|
+
"children": [
|
|
513
|
+
{
|
|
514
|
+
"type": "icon",
|
|
515
|
+
"name": "monitor",
|
|
516
|
+
"size": "md"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"type": "typography",
|
|
520
|
+
"content": "ArcadeCanvas Canvas",
|
|
521
|
+
"variant": "h3"
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"type": "typography",
|
|
527
|
+
"content": "800x600 @ 60fps",
|
|
528
|
+
"variant": "caption",
|
|
529
|
+
"color": "muted"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"type": "game-canvas2-d",
|
|
533
|
+
"width": 800,
|
|
534
|
+
"height": 600,
|
|
535
|
+
"fps": 60
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"type": "button",
|
|
539
|
+
"label": "Start",
|
|
540
|
+
"event": "START",
|
|
541
|
+
"variant": "primary",
|
|
542
|
+
"icon": "play"
|
|
543
|
+
}
|
|
544
|
+
]
|
|
437
545
|
}
|
|
438
546
|
]
|
|
439
547
|
]
|