@almadar/std 16.152.0 → 16.154.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 (194) 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/std-crew-board-2d.lolo +4 -4
  8. package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +6 -6
  9. package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +41 -9
  10. package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
  11. package/behaviors/lolo/ui/game/molecules/ui-canvas-2d.lolo +11 -1
  12. package/behaviors/lolo/ui/game/molecules/ui-canvas.lolo +10 -0
  13. package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
  14. package/behaviors/lolo/ui/game/organisms/ui-battle-board.lolo +110 -7
  15. package/behaviors/lolo/ui/game/organisms/ui-builder-board.lolo +5 -20
  16. package/behaviors/lolo/ui/game/organisms/ui-card-battler-board.lolo +2 -0
  17. package/behaviors/lolo/ui/game/organisms/ui-castle-board.lolo +3 -3
  18. package/behaviors/lolo/ui/game/organisms/ui-city-builder-board.lolo +9 -7
  19. package/behaviors/lolo/ui/game/organisms/ui-fishing-board.lolo +8 -8
  20. package/behaviors/lolo/ui/game/organisms/ui-grid-tactics-demo-board.lolo +2 -2
  21. package/behaviors/lolo/ui/game/organisms/ui-hex-strategy-board.lolo +5 -1
  22. package/behaviors/lolo/ui/game/organisms/ui-holiday-runner-board.lolo +1 -1
  23. package/behaviors/lolo/ui/game/organisms/ui-minigolf-board.lolo +22 -22
  24. package/behaviors/lolo/ui/game/organisms/ui-physics-sandbox-board.lolo +5 -5
  25. package/behaviors/lolo/ui/game/organisms/ui-pinball-board.lolo +7 -7
  26. package/behaviors/lolo/ui/game/organisms/ui-pirate-board.lolo +14 -14
  27. package/behaviors/lolo/ui/game/organisms/ui-platformer-board.lolo +4 -0
  28. package/behaviors/lolo/ui/game/organisms/ui-roguelike-board.lolo +5 -5
  29. package/behaviors/lolo/ui/game/organisms/ui-sokoban-board.lolo +5 -5
  30. package/behaviors/lolo/ui/game/organisms/ui-sports-board.lolo +10 -7
  31. package/behaviors/lolo/ui/game/organisms/ui-state-architect-board.lolo +4 -4
  32. package/behaviors/lolo/ui/game/organisms/ui-tactics-demo-2d.lolo +7 -3
  33. package/behaviors/lolo/ui/game/organisms/ui-tanks-board.lolo +5 -1
  34. package/behaviors/lolo/ui/game/organisms/ui-topdown-rts-board.lolo +5 -1
  35. package/behaviors/lolo/ui/game/organisms/ui-tower-defense-board.lolo +8 -8
  36. package/behaviors/lolo/ui/game/organisms/ui-uncontrolled-battle-board.lolo +5 -5
  37. package/behaviors/lolo/ui/game/organisms/ui-winter-ski-board.lolo +7 -7
  38. package/behaviors/lolo/ui/game/organisms/ui-world-map-board.lolo +3 -3
  39. package/behaviors/registry/factory-signatures.json +6211 -2181
  40. package/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  41. package/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  42. package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  43. package/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  44. package/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  45. package/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  46. package/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  47. package/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  48. package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  49. package/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  50. package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  51. package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  52. package/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  53. package/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  54. package/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  55. package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  56. package/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  57. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  58. package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  59. package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  60. package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  61. package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  62. package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  63. package/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  64. package/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  65. package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  66. package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  67. package/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  68. package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  69. package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  70. package/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  71. package/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  72. package/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  73. package/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  74. package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  75. package/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  76. package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  77. package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +10 -12
  78. package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +15 -18
  79. package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +860 -138
  80. package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +4 -54
  81. package/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  82. package/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  83. package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +5 -6
  84. package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +86 -99
  85. package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +21 -226
  86. package/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +42 -0
  87. package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +30 -9
  88. package/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +49 -0
  89. package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  90. package/behaviors/registry/ui/game/organisms/ui-grid-tactics-demo-board.orb +5 -6
  91. package/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +30 -10
  92. package/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +2 -3
  93. package/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +55 -11
  94. package/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  95. package/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +8 -8
  96. package/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +14 -0
  97. package/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +72 -0
  98. package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  99. package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  100. package/behaviors/registry/ui/game/organisms/ui-sports-board.orb +60 -0
  101. package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  102. package/behaviors/registry/ui/game/organisms/ui-tactics-demo-2d.orb +48 -28
  103. package/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +30 -10
  104. package/behaviors/registry/ui/game/organisms/ui-topdown-rts-board.orb +31 -12
  105. package/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +8 -0
  106. package/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +5 -0
  107. package/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  108. package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +8 -12
  109. package/dist/behaviors/behaviors-embeddings.json +384 -380
  110. package/dist/behaviors/behaviors-registry.json +594 -57
  111. package/dist/behaviors/exports-reader.js +3409 -3101
  112. package/dist/behaviors/functions/index.d.ts +596 -5
  113. package/dist/behaviors/functions/index.js +3389 -3102
  114. package/dist/behaviors/index.d.ts +1 -1
  115. package/dist/behaviors/index.js +3410 -3102
  116. package/dist/behaviors/knob-embeddings.json +1 -1
  117. package/dist/behaviors/query.js +3409 -3101
  118. package/dist/behaviors/registry/factory-signatures.json +6211 -2181
  119. package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
  120. package/dist/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
  121. package/dist/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
  122. package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
  123. package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
  124. package/dist/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
  125. package/dist/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
  126. package/dist/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
  127. package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
  128. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
  129. package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
  130. package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
  131. package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
  132. package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
  133. package/dist/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
  134. package/dist/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
  135. package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
  136. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
  137. package/dist/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
  138. package/dist/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
  139. package/dist/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
  140. package/dist/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
  141. package/dist/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
  142. package/dist/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
  143. package/dist/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
  144. package/dist/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
  145. package/dist/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
  146. package/dist/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
  147. package/dist/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
  148. package/dist/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
  149. package/dist/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
  150. package/dist/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
  151. package/dist/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
  152. package/dist/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
  153. package/dist/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
  154. package/dist/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
  155. package/dist/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
  156. package/dist/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +10 -12
  157. package/dist/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +15 -18
  158. package/dist/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +860 -138
  159. package/dist/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +4 -54
  160. package/dist/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
  161. package/dist/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
  162. package/dist/behaviors/registry/ui/game/organisms/ui-arena-board.orb +5 -6
  163. package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +86 -99
  164. package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +21 -226
  165. package/dist/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +42 -0
  166. package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +30 -9
  167. package/dist/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +49 -0
  168. package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
  169. package/dist/behaviors/registry/ui/game/organisms/ui-grid-tactics-demo-board.orb +5 -6
  170. package/dist/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +30 -10
  171. package/dist/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +2 -3
  172. package/dist/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +55 -11
  173. package/dist/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
  174. package/dist/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +8 -8
  175. package/dist/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +14 -0
  176. package/dist/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +72 -0
  177. package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
  178. package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
  179. package/dist/behaviors/registry/ui/game/organisms/ui-sports-board.orb +60 -0
  180. package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
  181. package/dist/behaviors/registry/ui/game/organisms/ui-tactics-demo-2d.orb +48 -28
  182. package/dist/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +30 -10
  183. package/dist/behaviors/registry/ui/game/organisms/ui-topdown-rts-board.orb +31 -12
  184. package/dist/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +8 -0
  185. package/dist/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +5 -0
  186. package/dist/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
  187. package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +8 -12
  188. package/dist/behaviors-embeddings.json +384 -380
  189. package/dist/behaviors-registry.json +594 -57
  190. package/dist/index.d.ts +1 -1
  191. package/dist/index.js +3410 -3102
  192. package/dist/knob-embeddings.json +1 -1
  193. package/dist/registry/factory-signatures.json +6211 -2181
  194. package/package.json +2 -2
@@ -749,8 +749,7 @@
749
749
  "linkedEntity": "GameState",
750
750
  "linkedEntityId": "ent_01KXG04V94CJG58Y1TDW34G4YD",
751
751
  "name": "CrewAuthority",
752
- "ref": "Nav.traits.HeroNav",
753
- "refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
752
+ "ref": "Nav.traits.HeroNav"
754
753
  },
755
754
  {
756
755
  "config": {
@@ -763,8 +762,7 @@
763
762
  "linkedEntity": "GameState",
764
763
  "linkedEntityId": "ent_01KXG04V94CJG58Y1TDW34G4YD",
765
764
  "name": "FxDecay",
766
- "ref": "Particles.traits.FxParticles",
767
- "refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
765
+ "ref": "Particles.traits.FxParticles"
768
766
  },
769
767
  {
770
768
  "category": "interaction",
@@ -1891,7 +1889,7 @@
1891
1889
  ]
1892
1890
  ]
1893
1891
  ],
1894
- "height": 0.5,
1892
+ "height": 1.0,
1895
1893
  "position": {
1896
1894
  "x": [
1897
1895
  "object/get",
@@ -1905,7 +1903,7 @@
1905
1903
  ]
1906
1904
  },
1907
1905
  "type": "draw-sprite",
1908
- "width": 0.5
1906
+ "width": 1.0
1909
1907
  }
1910
1908
  ]
1911
1909
  ],
@@ -2049,7 +2047,7 @@
2049
2047
  ]
2050
2048
  ]
2051
2049
  ],
2052
- "height": 0.5,
2050
+ "height": 1.0,
2053
2051
  "id": [
2054
2052
  "object/get",
2055
2053
  "@u",
@@ -2061,7 +2059,7 @@
2061
2059
  "position"
2062
2060
  ],
2063
2061
  "type": "draw-sprite",
2064
- "width": 0.5
2062
+ "width": 1.0
2065
2063
  }
2066
2064
  ]
2067
2065
  ],
@@ -2806,7 +2804,7 @@
2806
2804
  ]
2807
2805
  ]
2808
2806
  ],
2809
- "height": 0.5,
2807
+ "height": 1.0,
2810
2808
  "position": {
2811
2809
  "x": [
2812
2810
  "object/get",
@@ -2820,7 +2818,7 @@
2820
2818
  ]
2821
2819
  },
2822
2820
  "type": "draw-sprite",
2823
- "width": 0.5
2821
+ "width": 1.0
2824
2822
  }
2825
2823
  ]
2826
2824
  ],
@@ -2964,7 +2962,7 @@
2964
2962
  ]
2965
2963
  ]
2966
2964
  ],
2967
- "height": 0.5,
2965
+ "height": 1.0,
2968
2966
  "id": [
2969
2967
  "object/get",
2970
2968
  "@u",
@@ -2976,7 +2974,7 @@
2976
2974
  "position"
2977
2975
  ],
2978
2976
  "type": "draw-sprite",
2979
- "width": 0.5
2977
+ "width": 1.0
2980
2978
  }
2981
2979
  ]
2982
2980
  ],
@@ -1683,8 +1683,7 @@
1683
1683
  "linkedEntity": "GameState",
1684
1684
  "linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
1685
1685
  "name": "HeroAuthority",
1686
- "ref": "Nav.traits.HeroNav",
1687
- "refId": "trt_01KXG04TJB91GE3PMCMF5EBAQX"
1686
+ "ref": "Nav.traits.HeroNav"
1688
1687
  },
1689
1688
  {
1690
1689
  "config": {
@@ -1753,8 +1752,7 @@
1753
1752
  "linkedEntity": "GameState",
1754
1753
  "linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
1755
1754
  "name": "Enemies",
1756
- "ref": "Combat.traits.DungeonCombat",
1757
- "refId": "trt_01KXG04TFH3K6EPQH6S4EGMMZ8"
1755
+ "ref": "Combat.traits.DungeonCombat"
1758
1756
  },
1759
1757
  {
1760
1758
  "config": {
@@ -1787,8 +1785,7 @@
1787
1785
  "linkedEntity": "GameState",
1788
1786
  "linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
1789
1787
  "name": "Collector",
1790
- "ref": "Objective.traits.ObjectiveReach",
1791
- "refId": "trt_01KXG04TKVF4P1VR3W6BFJ78NH"
1788
+ "ref": "Objective.traits.ObjectiveReach"
1792
1789
  },
1793
1790
  {
1794
1791
  "config": {
@@ -1801,8 +1798,7 @@
1801
1798
  "linkedEntity": "GameState",
1802
1799
  "linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
1803
1800
  "name": "FxDecay",
1804
- "ref": "Particles.traits.FxParticles",
1805
- "refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
1801
+ "ref": "Particles.traits.FxParticles"
1806
1802
  },
1807
1803
  {
1808
1804
  "config": {
@@ -1815,8 +1811,7 @@
1815
1811
  "linkedEntity": "GameState",
1816
1812
  "linkedEntityId": "ent_01KXG04VBP0RVT62VZH32Y3Z65",
1817
1813
  "name": "RoundGate",
1818
- "ref": "Gate.traits.ObjectiveFlow",
1819
- "refId": "trt_01KXG04TKBC6DPS2TWD1P0Z0K5"
1814
+ "ref": "Gate.traits.ObjectiveFlow"
1820
1815
  },
1821
1816
  {
1822
1817
  "category": "interaction",
@@ -2964,7 +2959,7 @@
2964
2959
  ]
2965
2960
  ]
2966
2961
  ],
2967
- "height": 0.5,
2962
+ "height": 1.0,
2968
2963
  "position": {
2969
2964
  "x": [
2970
2965
  "object/get",
@@ -2978,7 +2973,7 @@
2978
2973
  ]
2979
2974
  },
2980
2975
  "type": "draw-sprite",
2981
- "width": 0.5
2976
+ "width": 1.0
2982
2977
  }
2983
2978
  ]
2984
2979
  ],
@@ -3058,14 +3053,14 @@
3058
3053
  ]
3059
3054
  ]
3060
3055
  ],
3061
- "height": 0.5,
3056
+ "height": 1.0,
3062
3057
  "position": [
3063
3058
  "object/get",
3064
3059
  "@u",
3065
3060
  "position"
3066
3061
  ],
3067
3062
  "type": "draw-sprite",
3068
- "width": 0.5
3063
+ "width": 1.0
3069
3064
  }
3070
3065
  ]
3071
3066
  ],
@@ -3210,6 +3205,7 @@
3210
3205
  "type": "draw-text-layer"
3211
3206
  }
3212
3207
  ],
3208
+ "fit": true,
3213
3209
  "keyMap": {
3214
3210
  "ArrowDown": "MOVE_DOWN",
3215
3211
  "ArrowLeft": "MOVE_LEFT",
@@ -4295,7 +4291,7 @@
4295
4291
  ]
4296
4292
  ]
4297
4293
  ],
4298
- "height": 0.5,
4294
+ "height": 1.0,
4299
4295
  "position": {
4300
4296
  "x": [
4301
4297
  "object/get",
@@ -4309,7 +4305,7 @@
4309
4305
  ]
4310
4306
  },
4311
4307
  "type": "draw-sprite",
4312
- "width": 0.5
4308
+ "width": 1.0
4313
4309
  }
4314
4310
  ]
4315
4311
  ],
@@ -4389,14 +4385,14 @@
4389
4385
  ]
4390
4386
  ]
4391
4387
  ],
4392
- "height": 0.5,
4388
+ "height": 1.0,
4393
4389
  "position": [
4394
4390
  "object/get",
4395
4391
  "@u",
4396
4392
  "position"
4397
4393
  ],
4398
4394
  "type": "draw-sprite",
4399
- "width": 0.5
4395
+ "width": 1.0
4400
4396
  }
4401
4397
  ]
4402
4398
  ],
@@ -4541,6 +4537,7 @@
4541
4537
  "type": "draw-text-layer"
4542
4538
  }
4543
4539
  ],
4540
+ "fit": true,
4544
4541
  "keyMap": {
4545
4542
  "ArrowDown": "MOVE_DOWN",
4546
4543
  "ArrowLeft": "MOVE_LEFT",