@almadar/std 16.152.0 → 16.153.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.
Files changed (124) hide show
  1. package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +5 -1
  2. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +1 -0
  3. package/behaviors/lolo/ui/core/molecules/ui-emoji-picker.lolo +56 -0
  4. package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +39 -0
  5. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +11 -0
  6. package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +2 -2
  7. package/behaviors/lolo/ui/game/molecules/ui-canvas-2d.lolo +11 -1
  8. package/behaviors/lolo/ui/game/molecules/ui-canvas.lolo +10 -0
  9. package/behaviors/lolo/ui/game/organisms/ui-fishing-board.lolo +8 -8
  10. package/behaviors/lolo/ui/game/organisms/ui-physics-sandbox-board.lolo +5 -5
  11. package/behaviors/lolo/ui/game/organisms/ui-roguelike-board.lolo +5 -5
  12. package/behaviors/lolo/ui/game/organisms/ui-sokoban-board.lolo +5 -5
  13. package/behaviors/lolo/ui/game/organisms/ui-state-architect-board.lolo +4 -4
  14. package/behaviors/lolo/ui/game/organisms/ui-winter-ski-board.lolo +7 -7
  15. package/behaviors/registry/factory-signatures.json +6211 -2181
  16. package/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  17. package/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  18. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  19. package/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  20. package/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  21. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  22. package/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  23. package/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  24. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  25. package/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  26. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  27. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  28. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  29. package/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  30. package/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  31. package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  32. package/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  33. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  34. package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  35. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  36. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  37. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  38. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  39. package/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  40. package/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  41. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  42. package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  43. package/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  44. package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  45. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  46. package/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  47. package/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  48. package/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  49. package/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  50. package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  51. package/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  52. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  53. package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
  54. package/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  55. package/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  56. package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  57. package/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  58. package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  59. package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  60. package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  61. package/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  62. package/dist/behaviors/behaviors-embeddings.json +384 -380
  63. package/dist/behaviors/behaviors-registry.json +535 -8
  64. package/dist/behaviors/exports-reader.js +3409 -3101
  65. package/dist/behaviors/functions/index.d.ts +596 -5
  66. package/dist/behaviors/functions/index.js +3389 -3102
  67. package/dist/behaviors/index.d.ts +1 -1
  68. package/dist/behaviors/index.js +3410 -3102
  69. package/dist/behaviors/knob-embeddings.json +1 -1
  70. package/dist/behaviors/query.js +3409 -3101
  71. package/dist/behaviors/registry/factory-signatures.json +6211 -2181
  72. package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  73. package/dist/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  74. package/dist/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  75. package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  76. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  77. package/dist/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  78. package/dist/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  79. package/dist/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  80. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  81. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  82. package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  83. package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  84. package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  85. package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  86. package/dist/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  87. package/dist/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  88. package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  89. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  90. package/dist/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  91. package/dist/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  92. package/dist/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  93. package/dist/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  94. package/dist/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  95. package/dist/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  96. package/dist/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  97. package/dist/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  98. package/dist/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  99. package/dist/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  100. package/dist/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  101. package/dist/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  102. package/dist/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  103. package/dist/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  104. package/dist/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  105. package/dist/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  106. package/dist/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  107. package/dist/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  108. package/dist/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  109. package/dist/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +6 -3
  110. package/dist/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  111. package/dist/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  112. package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  113. package/dist/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  114. package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  115. package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  116. package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  117. package/dist/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  118. package/dist/behaviors-embeddings.json +384 -380
  119. package/dist/behaviors-registry.json +535 -8
  120. package/dist/index.d.ts +1 -1
  121. package/dist/index.js +3410 -3102
  122. package/dist/knob-embeddings.json +1 -1
  123. package/dist/registry/factory-signatures.json +6211 -2181
  124. package/package.json +2 -2
@@ -1042,7 +1042,8 @@
1042
1042
  "linkedEntity": "GameState",
1043
1043
  "linkedEntityId": "ent_01KXG04VRWJXZNZBK4QSXVFZK6",
1044
1044
  "name": "TacticsAuthority",
1045
- "ref": "Tactics.traits.GridTactics"
1045
+ "ref": "Tactics.traits.GridTactics",
1046
+ "refId": "trt_01KXG04THREP6VTN7SEQ5QND02"
1046
1047
  },
1047
1048
  {
1048
1049
  "config": {
@@ -1055,7 +1056,8 @@
1055
1056
  "linkedEntity": "GameState",
1056
1057
  "linkedEntityId": "ent_01KXG04VRWJXZNZBK4QSXVFZK6",
1057
1058
  "name": "RoundLogic",
1058
- "ref": "Round.traits.RoundFlow"
1059
+ "ref": "Round.traits.RoundFlow",
1060
+ "refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
1059
1061
  },
1060
1062
  {
1061
1063
  "config": {
@@ -1076,7 +1078,8 @@
1076
1078
  "linkedEntity": "GameState",
1077
1079
  "linkedEntityId": "ent_01KXG04VRWJXZNZBK4QSXVFZK6",
1078
1080
  "name": "GoldAuthority",
1079
- "ref": "Gold.traits.GoldMine"
1081
+ "ref": "Gold.traits.GoldMine",
1082
+ "refId": "trt_01KXG04TH34ES2DPDMM3BSZE0W"
1080
1083
  },
1081
1084
  {
1082
1085
  "category": "interaction",
@@ -207,6 +207,13 @@
207
207
  "tier": "presentation",
208
208
  "type": "Canvas2dError"
209
209
  },
210
+ "fit": {
211
+ "default": false,
212
+ "description": "Auto-fit the board's grid extent to the viewport (default false — boards render at their authored `scale` and overflow → pan). Opt in for whole-board-overview boards. User wheel/pinch zoom always wins after the initial fit.",
213
+ "label": "Fit",
214
+ "tier": "presentation",
215
+ "type": "boolean"
216
+ },
210
217
  "followTarget": {
211
218
  "description": "Follow-camera target in scene space (the neutral core `Camera.target`). When `camera:'follow'` the host lerps to keep this point centered.",
212
219
  "label": "Follow Target",
@@ -277,7 +284,7 @@
277
284
  },
278
285
  "scale": {
279
286
  "default": 0.4,
280
- "description": "Render scale (0.4 = 40% zoom). Ignored by `free`/`side` (world-pixel-direct).",
287
+ "description": "Render scale, legacy-squared semantics: on-screen cell ≈ `256 × scale²` px (the authored contract every board tuned its value for). Converted internally to the single camera zoom against the board's native tile width, so the cell pitch follows the asset while the on-screen size stays as authored. Ignored when `fit` is on; passed through raw for `free`/`side` (world-pixel-direct).",
281
288
  "label": "Scale",
282
289
  "tier": "presentation",
283
290
  "type": "number"
@@ -310,6 +317,12 @@
310
317
  "tier": "presentation",
311
318
  "type": "string"
312
319
  },
320
+ "tileWidth": {
321
+ "description": "Native tile/cell width in source px for this board's asset (e.g. 16 for Kenney tiny-dungeon, ~128 for iso blocks). The grid cell pitch follows the asset, so tile textures map 1:1 (crisp, no stretch). Defaults to the detected atlas tile width, else 256.",
322
+ "label": "Tile Width",
323
+ "tier": "presentation",
324
+ "type": "number"
325
+ },
313
326
  "unitClickEvent": {
314
327
  "default": "UNIT_CLICK",
315
328
  "description": "Unit-click event. The neutral drawable host cannot resolve a click to a per-entity id (descriptors carry only a `ScenePos`, no id), so this prop is accepted but not yet emitted — the id-hit-test is a tracked fork (docs/Almadar_Std_Game_V2_PLAN.md).",
@@ -491,6 +504,7 @@
491
504
  "className": "@config.className",
492
505
  "drawables": "@config.drawables",
493
506
  "error": "@config.error",
507
+ "fit": "@config.fit",
494
508
  "followTarget": "@config.followTarget",
495
509
  "isLoading": "@config.isLoading",
496
510
  "keyMap": "@config.keyMap",
@@ -501,6 +515,7 @@
501
515
  "tileClickEvent": "@config.tileClickEvent",
502
516
  "tileHoverEvent": "@config.tileHoverEvent",
503
517
  "tileLeaveEvent": "@config.tileLeaveEvent",
518
+ "tileWidth": "@config.tileWidth",
504
519
  "type": "canvas-2d",
505
520
  "unitClickEvent": "@config.unitClickEvent"
506
521
  }
@@ -167,6 +167,12 @@
167
167
  "tier": "presentation",
168
168
  "type": "string"
169
169
  },
170
+ "fit": {
171
+ "description": "Auto-fit the board's grid extent to the viewport (2D grid layouts; default false — boards render at their authored `camera.zoom` scale).",
172
+ "label": "Fit",
173
+ "tier": "presentation",
174
+ "type": "boolean"
175
+ },
170
176
  "fogOfWar": {
171
177
  "default": [],
172
178
  "description": "fogOfWar prop",
@@ -292,6 +298,12 @@
292
298
  "tier": "presentation",
293
299
  "type": "string"
294
300
  },
301
+ "tileWidth": {
302
+ "description": "Native tile/cell width in source px of the board's asset (2D grid layouts; defaults to the detected atlas tile width, else 256).",
303
+ "label": "Tile Width",
304
+ "tier": "presentation",
305
+ "type": "number"
306
+ },
295
307
  "unitClickEvent": {
296
308
  "default": "UNIT_CLICK",
297
309
  "description": "unitClickEvent prop",
@@ -520,6 +532,7 @@
520
532
  "className": "@config.className",
521
533
  "drawables": "@config.drawables",
522
534
  "featureClickEvent": "@config.featureClickEvent",
535
+ "fit": "@config.fit",
523
536
  "fogOfWar": "@config.fogOfWar",
524
537
  "isLoading": "@config.isLoading",
525
538
  "keyMap": "@config.keyMap",
@@ -535,6 +548,7 @@
535
548
  "tileClickEvent": "@config.tileClickEvent",
536
549
  "tileHoverEvent": "@config.tileHoverEvent",
537
550
  "tileLeaveEvent": "@config.tileLeaveEvent",
551
+ "tileWidth": "@config.tileWidth",
538
552
  "type": "canvas",
539
553
  "unitClickEvent": "@config.unitClickEvent",
540
554
  "unitScale": "@config.unitScale",
@@ -3256,7 +3256,7 @@
3256
3256
  "@t",
3257
3257
  "terrainSprite"
3258
3258
  ],
3259
- "height": 0.5,
3259
+ "height": 1.0,
3260
3260
  "position": {
3261
3261
  "x": [
3262
3262
  "object/get",
@@ -3270,7 +3270,7 @@
3270
3270
  ]
3271
3271
  },
3272
3272
  "type": "draw-sprite",
3273
- "width": 0.5
3273
+ "width": 1.0
3274
3274
  }
3275
3275
  ]
3276
3276
  ],
@@ -3773,7 +3773,7 @@
3773
3773
  "@t",
3774
3774
  "terrainSprite"
3775
3775
  ],
3776
- "height": 0.5,
3776
+ "height": 1.0,
3777
3777
  "position": {
3778
3778
  "x": [
3779
3779
  "object/get",
@@ -3787,7 +3787,7 @@
3787
3787
  ]
3788
3788
  },
3789
3789
  "type": "draw-sprite",
3790
- "width": 0.5
3790
+ "width": 1.0
3791
3791
  }
3792
3792
  ]
3793
3793
  ],
@@ -4422,7 +4422,7 @@
4422
4422
  "@t",
4423
4423
  "terrainSprite"
4424
4424
  ],
4425
- "height": 0.5,
4425
+ "height": 1.0,
4426
4426
  "position": {
4427
4427
  "x": [
4428
4428
  "object/get",
@@ -4436,7 +4436,7 @@
4436
4436
  ]
4437
4437
  },
4438
4438
  "type": "draw-sprite",
4439
- "width": 0.5
4439
+ "width": 1.0
4440
4440
  }
4441
4441
  ]
4442
4442
  ],
@@ -4893,7 +4893,7 @@
4893
4893
  "@t",
4894
4894
  "terrainSprite"
4895
4895
  ],
4896
- "height": 0.5,
4896
+ "height": 1.0,
4897
4897
  "position": {
4898
4898
  "x": [
4899
4899
  "object/get",
@@ -4907,7 +4907,7 @@
4907
4907
  ]
4908
4908
  },
4909
4909
  "type": "draw-sprite",
4910
- "width": 0.5
4910
+ "width": 1.0
4911
4911
  }
4912
4912
  ]
4913
4913
  ],
@@ -5416,7 +5416,7 @@
5416
5416
  "@t",
5417
5417
  "terrainSprite"
5418
5418
  ],
5419
- "height": 0.5,
5419
+ "height": 1.0,
5420
5420
  "position": {
5421
5421
  "x": [
5422
5422
  "object/get",
@@ -5430,7 +5430,7 @@
5430
5430
  ]
5431
5431
  },
5432
5432
  "type": "draw-sprite",
5433
- "width": 0.5
5433
+ "width": 1.0
5434
5434
  }
5435
5435
  ]
5436
5436
  ],
@@ -6074,7 +6074,7 @@
6074
6074
  "@t",
6075
6075
  "terrainSprite"
6076
6076
  ],
6077
- "height": 0.5,
6077
+ "height": 1.0,
6078
6078
  "position": {
6079
6079
  "x": [
6080
6080
  "object/get",
@@ -6088,7 +6088,7 @@
6088
6088
  ]
6089
6089
  },
6090
6090
  "type": "draw-sprite",
6091
- "width": 0.5
6091
+ "width": 1.0
6092
6092
  }
6093
6093
  ]
6094
6094
  ],
@@ -6678,7 +6678,7 @@
6678
6678
  "@t",
6679
6679
  "terrainSprite"
6680
6680
  ],
6681
- "height": 0.5,
6681
+ "height": 1.0,
6682
6682
  "position": {
6683
6683
  "x": [
6684
6684
  "object/get",
@@ -6692,7 +6692,7 @@
6692
6692
  ]
6693
6693
  },
6694
6694
  "type": "draw-sprite",
6695
- "width": 0.5
6695
+ "width": 1.0
6696
6696
  }
6697
6697
  ]
6698
6698
  ],
@@ -7155,7 +7155,7 @@
7155
7155
  "@t",
7156
7156
  "terrainSprite"
7157
7157
  ],
7158
- "height": 0.5,
7158
+ "height": 1.0,
7159
7159
  "position": {
7160
7160
  "x": [
7161
7161
  "object/get",
@@ -7169,7 +7169,7 @@
7169
7169
  ]
7170
7170
  },
7171
7171
  "type": "draw-sprite",
7172
- "width": 0.5
7172
+ "width": 1.0
7173
7173
  }
7174
7174
  ]
7175
7175
  ],
@@ -2385,7 +2385,7 @@
2385
2385
  "@t",
2386
2386
  "terrainSprite"
2387
2387
  ],
2388
- "height": 0.5,
2388
+ "height": 1.0,
2389
2389
  "position": {
2390
2390
  "x": [
2391
2391
  "object/get",
@@ -2399,7 +2399,7 @@
2399
2399
  ]
2400
2400
  },
2401
2401
  "type": "draw-sprite",
2402
- "width": 0.5
2402
+ "width": 1.0
2403
2403
  }
2404
2404
  ]
2405
2405
  ],
@@ -2798,7 +2798,7 @@
2798
2798
  "@t",
2799
2799
  "terrainSprite"
2800
2800
  ],
2801
- "height": 0.5,
2801
+ "height": 1.0,
2802
2802
  "position": {
2803
2803
  "x": [
2804
2804
  "object/get",
@@ -2812,7 +2812,7 @@
2812
2812
  ]
2813
2813
  },
2814
2814
  "type": "draw-sprite",
2815
- "width": 0.5
2815
+ "width": 1.0
2816
2816
  }
2817
2817
  ]
2818
2818
  ],
@@ -3180,7 +3180,7 @@
3180
3180
  "@t",
3181
3181
  "terrainSprite"
3182
3182
  ],
3183
- "height": 0.5,
3183
+ "height": 1.0,
3184
3184
  "position": {
3185
3185
  "x": [
3186
3186
  "object/get",
@@ -3194,7 +3194,7 @@
3194
3194
  ]
3195
3195
  },
3196
3196
  "type": "draw-sprite",
3197
- "width": 0.5
3197
+ "width": 1.0
3198
3198
  }
3199
3199
  ]
3200
3200
  ],
@@ -3562,7 +3562,7 @@
3562
3562
  "@t",
3563
3563
  "terrainSprite"
3564
3564
  ],
3565
- "height": 0.5,
3565
+ "height": 1.0,
3566
3566
  "position": {
3567
3567
  "x": [
3568
3568
  "object/get",
@@ -3576,7 +3576,7 @@
3576
3576
  ]
3577
3577
  },
3578
3578
  "type": "draw-sprite",
3579
- "width": 0.5
3579
+ "width": 1.0
3580
3580
  }
3581
3581
  ]
3582
3582
  ],
@@ -4205,7 +4205,7 @@
4205
4205
  "@t",
4206
4206
  "terrainSprite"
4207
4207
  ],
4208
- "height": 0.5,
4208
+ "height": 1.0,
4209
4209
  "position": {
4210
4210
  "x": [
4211
4211
  "object/get",
@@ -4219,7 +4219,7 @@
4219
4219
  ]
4220
4220
  },
4221
4221
  "type": "draw-sprite",
4222
- "width": 0.5
4222
+ "width": 1.0
4223
4223
  }
4224
4224
  ]
4225
4225
  ],
@@ -7821,7 +7821,7 @@
7821
7821
  "@t",
7822
7822
  "terrainSprite"
7823
7823
  ],
7824
- "height": 0.5,
7824
+ "height": 1.0,
7825
7825
  "position": {
7826
7826
  "x": [
7827
7827
  "object/get",
@@ -7835,7 +7835,7 @@
7835
7835
  ]
7836
7836
  },
7837
7837
  "type": "draw-sprite",
7838
- "width": 0.5
7838
+ "width": 1.0
7839
7839
  }
7840
7840
  ]
7841
7841
  ],
@@ -11594,7 +11594,7 @@
11594
11594
  "@t",
11595
11595
  "terrainSprite"
11596
11596
  ],
11597
- "height": 0.5,
11597
+ "height": 1.0,
11598
11598
  "position": {
11599
11599
  "x": [
11600
11600
  "object/get",
@@ -11608,7 +11608,7 @@
11608
11608
  ]
11609
11609
  },
11610
11610
  "type": "draw-sprite",
11611
- "width": 0.5
11611
+ "width": 1.0
11612
11612
  }
11613
11613
  ]
11614
11614
  ],
@@ -12468,7 +12468,7 @@
12468
12468
  "@t",
12469
12469
  "terrainSprite"
12470
12470
  ],
12471
- "height": 0.5,
12471
+ "height": 1.0,
12472
12472
  "position": {
12473
12473
  "x": [
12474
12474
  "object/get",
@@ -12482,7 +12482,7 @@
12482
12482
  ]
12483
12483
  },
12484
12484
  "type": "draw-sprite",
12485
- "width": 0.5
12485
+ "width": 1.0
12486
12486
  }
12487
12487
  ]
12488
12488
  ],
@@ -13501,7 +13501,7 @@
13501
13501
  "@t",
13502
13502
  "terrainSprite"
13503
13503
  ],
13504
- "height": 0.5,
13504
+ "height": 1.0,
13505
13505
  "position": {
13506
13506
  "x": [
13507
13507
  "object/get",
@@ -13515,7 +13515,7 @@
13515
13515
  ]
13516
13516
  },
13517
13517
  "type": "draw-sprite",
13518
- "width": 0.5
13518
+ "width": 1.0
13519
13519
  }
13520
13520
  ]
13521
13521
  ],
@@ -14421,7 +14421,7 @@
14421
14421
  "@t",
14422
14422
  "terrainSprite"
14423
14423
  ],
14424
- "height": 0.5,
14424
+ "height": 1.0,
14425
14425
  "position": {
14426
14426
  "x": [
14427
14427
  "object/get",
@@ -14435,7 +14435,7 @@
14435
14435
  ]
14436
14436
  },
14437
14437
  "type": "draw-sprite",
14438
- "width": 0.5
14438
+ "width": 1.0
14439
14439
  }
14440
14440
  ]
14441
14441
  ],
@@ -2385,7 +2385,7 @@
2385
2385
  "@t",
2386
2386
  "terrainSprite"
2387
2387
  ],
2388
- "height": 0.5,
2388
+ "height": 1.0,
2389
2389
  "position": {
2390
2390
  "x": [
2391
2391
  "object/get",
@@ -2399,7 +2399,7 @@
2399
2399
  ]
2400
2400
  },
2401
2401
  "type": "draw-sprite",
2402
- "width": 0.5
2402
+ "width": 1.0
2403
2403
  }
2404
2404
  ]
2405
2405
  ],
@@ -4394,7 +4394,7 @@
4394
4394
  "@t",
4395
4395
  "terrainSprite"
4396
4396
  ],
4397
- "height": 0.5,
4397
+ "height": 1.0,
4398
4398
  "position": {
4399
4399
  "x": [
4400
4400
  "object/get",
@@ -4408,7 +4408,7 @@
4408
4408
  ]
4409
4409
  },
4410
4410
  "type": "draw-sprite",
4411
- "width": 0.5
4411
+ "width": 1.0
4412
4412
  }
4413
4413
  ]
4414
4414
  ],
@@ -4861,7 +4861,7 @@
4861
4861
  "@t",
4862
4862
  "terrainSprite"
4863
4863
  ],
4864
- "height": 0.5,
4864
+ "height": 1.0,
4865
4865
  "position": {
4866
4866
  "x": [
4867
4867
  "object/get",
@@ -4875,7 +4875,7 @@
4875
4875
  ]
4876
4876
  },
4877
4877
  "type": "draw-sprite",
4878
- "width": 0.5
4878
+ "width": 1.0
4879
4879
  }
4880
4880
  ]
4881
4881
  ],
@@ -5384,7 +5384,7 @@
5384
5384
  "@t",
5385
5385
  "terrainSprite"
5386
5386
  ],
5387
- "height": 0.5,
5387
+ "height": 1.0,
5388
5388
  "position": {
5389
5389
  "x": [
5390
5390
  "object/get",
@@ -5398,7 +5398,7 @@
5398
5398
  ]
5399
5399
  },
5400
5400
  "type": "draw-sprite",
5401
- "width": 0.5
5401
+ "width": 1.0
5402
5402
  }
5403
5403
  ]
5404
5404
  ],
@@ -5854,7 +5854,7 @@
5854
5854
  "@t",
5855
5855
  "terrainSprite"
5856
5856
  ],
5857
- "height": 0.5,
5857
+ "height": 1.0,
5858
5858
  "position": {
5859
5859
  "x": [
5860
5860
  "object/get",
@@ -5868,7 +5868,7 @@
5868
5868
  ]
5869
5869
  },
5870
5870
  "type": "draw-sprite",
5871
- "width": 0.5
5871
+ "width": 1.0
5872
5872
  }
5873
5873
  ]
5874
5874
  ],
@@ -2773,6 +2773,7 @@
2773
2773
  [
2774
2774
  "array/reduce",
2775
2775
  "@tc.events",
2776
+ "@entity.initialState",
2776
2777
  [
2777
2778
  "fn",
2778
2779
  [
@@ -2805,8 +2806,7 @@
2805
2806
  "to",
2806
2807
  "@st"
2807
2808
  ]
2808
- ],
2809
- "@entity.initialState"
2809
+ ]
2810
2810
  ],
2811
2811
  "@tc.expectedState"
2812
2812
  ]
@@ -3086,6 +3086,7 @@
3086
3086
  [
3087
3087
  "array/reduce",
3088
3088
  "@tc.events",
3089
+ "@entity.initialState",
3089
3090
  [
3090
3091
  "fn",
3091
3092
  [
@@ -3118,8 +3119,7 @@
3118
3119
  "to",
3119
3120
  "@st"
3120
3121
  ]
3121
- ],
3122
- "@entity.initialState"
3122
+ ]
3123
3123
  ],
3124
3124
  "@tc.expectedState"
3125
3125
  ]
@@ -3157,6 +3157,7 @@
3157
3157
  [
3158
3158
  "array/reduce",
3159
3159
  "@tc.events",
3160
+ "@entity.initialState",
3160
3161
  [
3161
3162
  "fn",
3162
3163
  [
@@ -3189,8 +3190,7 @@
3189
3190
  "to",
3190
3191
  "@st"
3191
3192
  ]
3192
- ],
3193
- "@entity.initialState"
3193
+ ]
3194
3194
  ],
3195
3195
  "@tc.expectedState"
3196
3196
  ]
@@ -3465,6 +3465,7 @@
3465
3465
  [
3466
3466
  "array/reduce",
3467
3467
  "@tc.events",
3468
+ "@entity.initialState",
3468
3469
  [
3469
3470
  "fn",
3470
3471
  [
@@ -3497,8 +3498,7 @@
3497
3498
  "to",
3498
3499
  "@st"
3499
3500
  ]
3500
- ],
3501
- "@entity.initialState"
3501
+ ]
3502
3502
  ],
3503
3503
  "@tc.expectedState"
3504
3504
  ]