@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.
- package/behaviors/lolo/infra/atoms/std-data-erasure.lolo +5 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +1 -0
- package/behaviors/lolo/ui/core/molecules/ui-emoji-picker.lolo +56 -0
- package/behaviors/lolo/ui/core/molecules/ui-popover.lolo +39 -0
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +11 -0
- package/behaviors/lolo/ui/game/atoms/ui-draw-sprite.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/std-crew-board-2d.lolo +4 -4
- package/behaviors/lolo/ui/game/molecules/std-dungeon-board-2d.lolo +6 -6
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-2d.lolo +41 -9
- package/behaviors/lolo/ui/game/molecules/std-worldmap-board-2d.lolo +2 -2
- package/behaviors/lolo/ui/game/molecules/ui-canvas-2d.lolo +11 -1
- package/behaviors/lolo/ui/game/molecules/ui-canvas.lolo +10 -0
- package/behaviors/lolo/ui/game/organisms/ui-arena-board.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-battle-board.lolo +110 -7
- package/behaviors/lolo/ui/game/organisms/ui-builder-board.lolo +5 -20
- package/behaviors/lolo/ui/game/organisms/ui-card-battler-board.lolo +2 -0
- package/behaviors/lolo/ui/game/organisms/ui-castle-board.lolo +3 -3
- package/behaviors/lolo/ui/game/organisms/ui-city-builder-board.lolo +9 -7
- package/behaviors/lolo/ui/game/organisms/ui-fishing-board.lolo +8 -8
- package/behaviors/lolo/ui/game/organisms/ui-grid-tactics-demo-board.lolo +2 -2
- package/behaviors/lolo/ui/game/organisms/ui-hex-strategy-board.lolo +5 -1
- package/behaviors/lolo/ui/game/organisms/ui-holiday-runner-board.lolo +1 -1
- package/behaviors/lolo/ui/game/organisms/ui-minigolf-board.lolo +22 -22
- package/behaviors/lolo/ui/game/organisms/ui-physics-sandbox-board.lolo +5 -5
- package/behaviors/lolo/ui/game/organisms/ui-pinball-board.lolo +7 -7
- package/behaviors/lolo/ui/game/organisms/ui-pirate-board.lolo +14 -14
- package/behaviors/lolo/ui/game/organisms/ui-platformer-board.lolo +4 -0
- package/behaviors/lolo/ui/game/organisms/ui-roguelike-board.lolo +5 -5
- package/behaviors/lolo/ui/game/organisms/ui-sokoban-board.lolo +5 -5
- package/behaviors/lolo/ui/game/organisms/ui-sports-board.lolo +10 -7
- package/behaviors/lolo/ui/game/organisms/ui-state-architect-board.lolo +4 -4
- package/behaviors/lolo/ui/game/organisms/ui-tactics-demo-2d.lolo +7 -3
- package/behaviors/lolo/ui/game/organisms/ui-tanks-board.lolo +5 -1
- package/behaviors/lolo/ui/game/organisms/ui-topdown-rts-board.lolo +5 -1
- package/behaviors/lolo/ui/game/organisms/ui-tower-defense-board.lolo +8 -8
- package/behaviors/lolo/ui/game/organisms/ui-uncontrolled-battle-board.lolo +5 -5
- package/behaviors/lolo/ui/game/organisms/ui-winter-ski-board.lolo +7 -7
- package/behaviors/lolo/ui/game/organisms/ui-world-map-board.lolo +3 -3
- package/behaviors/registry/factory-signatures.json +6211 -2181
- package/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
- package/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
- package/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
- package/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
- package/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
- package/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
- package/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
- package/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
- package/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
- package/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
- package/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
- package/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
- package/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
- package/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
- package/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
- package/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
- package/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +10 -12
- package/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +15 -18
- package/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +860 -138
- package/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +4 -54
- package/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
- package/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
- package/behaviors/registry/ui/game/organisms/ui-arena-board.orb +5 -6
- package/behaviors/registry/ui/game/organisms/ui-battle-board.orb +86 -99
- package/behaviors/registry/ui/game/organisms/ui-builder-board.orb +21 -226
- package/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +42 -0
- package/behaviors/registry/ui/game/organisms/ui-castle-board.orb +30 -9
- package/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +49 -0
- package/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
- package/behaviors/registry/ui/game/organisms/ui-grid-tactics-demo-board.orb +5 -6
- package/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +30 -10
- package/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +2 -3
- package/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +55 -11
- package/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +8 -8
- package/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +14 -0
- package/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +72 -0
- package/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
- package/behaviors/registry/ui/game/organisms/ui-sports-board.orb +60 -0
- package/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
- package/behaviors/registry/ui/game/organisms/ui-tactics-demo-2d.orb +48 -28
- package/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +30 -10
- package/behaviors/registry/ui/game/organisms/ui-topdown-rts-board.orb +31 -12
- package/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +8 -0
- package/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +5 -0
- package/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
- package/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +8 -12
- package/dist/behaviors/behaviors-embeddings.json +384 -380
- package/dist/behaviors/behaviors-registry.json +594 -57
- package/dist/behaviors/exports-reader.js +3409 -3101
- package/dist/behaviors/functions/index.d.ts +596 -5
- package/dist/behaviors/functions/index.js +3389 -3102
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +3410 -3102
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +3409 -3101
- package/dist/behaviors/registry/factory-signatures.json +6211 -2181
- package/dist/behaviors/registry/infra/atoms/std-approval-gate.orb +16 -8
- package/dist/behaviors/registry/infra/atoms/std-cache-aside.orb +62 -31
- package/dist/behaviors/registry/infra/atoms/std-circuit-breaker.orb +32 -16
- package/dist/behaviors/registry/infra/atoms/std-data-erasure.orb +17 -9
- package/dist/behaviors/registry/infra/atoms/std-mod-queue.orb +16 -8
- package/dist/behaviors/registry/infra/atoms/std-rate-limiter.orb +28 -14
- package/dist/behaviors/registry/ml/molecules/std-escalating-decision.orb +10 -5
- package/dist/behaviors/registry/ml/molecules/std-knowledge-tracing.orb +4 -2
- package/dist/behaviors/registry/ui/core/atoms/std-billable-hour.orb +2 -1
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +4 -0
- package/dist/behaviors/registry/ui/core/atoms/std-dashboard-grid-embedded.orb +2 -1
- package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +4 -2
- package/dist/behaviors/registry/ui/core/atoms/std-esign-request.orb +6 -3
- package/dist/behaviors/registry/ui/core/atoms/std-gallery.orb +18 -9
- package/dist/behaviors/registry/ui/core/atoms/std-import.orb +4 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-emoji-picker.orb +214 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-popover.orb +112 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +44 -0
- package/dist/behaviors/registry/ui/game/atoms/std-arcade-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-arcade-play.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-chase-ai.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-dungeon-combat.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-fx-particles.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-gather.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-gold.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-hero-nav.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-market-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-objective-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-objective-reach.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-patience.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-production.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-round-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-score.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-survival-flow.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/std-xp.orb +1 -0
- package/dist/behaviors/registry/ui/game/atoms/ui-draw-sprite.orb +2 -2
- package/dist/behaviors/registry/ui/game/molecules/std-crew-board-2d.orb +10 -12
- package/dist/behaviors/registry/ui/game/molecules/std-dungeon-board-2d.orb +15 -18
- package/dist/behaviors/registry/ui/game/molecules/std-tactics-board-2d.orb +860 -138
- package/dist/behaviors/registry/ui/game/molecules/std-worldmap-board-2d.orb +4 -54
- package/dist/behaviors/registry/ui/game/molecules/ui-canvas-2d.orb +16 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-canvas.orb +14 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-arena-board.orb +5 -6
- package/dist/behaviors/registry/ui/game/organisms/ui-battle-board.orb +86 -99
- package/dist/behaviors/registry/ui/game/organisms/ui-builder-board.orb +21 -226
- package/dist/behaviors/registry/ui/game/organisms/ui-card-battler-board.orb +42 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-castle-board.orb +30 -9
- package/dist/behaviors/registry/ui/game/organisms/ui-city-builder-board.orb +49 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-fishing-board.orb +16 -16
- package/dist/behaviors/registry/ui/game/organisms/ui-grid-tactics-demo-board.orb +5 -6
- package/dist/behaviors/registry/ui/game/organisms/ui-hex-strategy-board.orb +30 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-holiday-runner-board.orb +2 -3
- package/dist/behaviors/registry/ui/game/organisms/ui-minigolf-board.orb +55 -11
- package/dist/behaviors/registry/ui/game/organisms/ui-physics-sandbox-board.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-pinball-board.orb +8 -8
- package/dist/behaviors/registry/ui/game/organisms/ui-pirate-board.orb +14 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-platformer-board.orb +72 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-roguelike-board.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +10 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-sports-board.orb +60 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-state-architect-board.orb +8 -8
- package/dist/behaviors/registry/ui/game/organisms/ui-tactics-demo-2d.orb +48 -28
- package/dist/behaviors/registry/ui/game/organisms/ui-tanks-board.orb +30 -10
- package/dist/behaviors/registry/ui/game/organisms/ui-topdown-rts-board.orb +31 -12
- package/dist/behaviors/registry/ui/game/organisms/ui-tower-defense-board.orb +8 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-uncontrolled-battle-board.orb +5 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-winter-ski-board.orb +14 -14
- package/dist/behaviors/registry/ui/game/organisms/ui-world-map-board.orb +8 -12
- package/dist/behaviors-embeddings.json +384 -380
- package/dist/behaviors-registry.json +594 -57
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3410 -3102
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +6211 -2181
- package/package.json +2 -2
|
@@ -2360,7 +2360,6 @@
|
|
|
2360
2360
|
"children": [
|
|
2361
2361
|
{
|
|
2362
2362
|
"camera": {
|
|
2363
|
-
"mode": "isometric",
|
|
2364
2363
|
"pos": {
|
|
2365
2364
|
"x": [
|
|
2366
2365
|
"/",
|
|
@@ -2396,32 +2395,7 @@
|
|
|
2396
2395
|
],
|
|
2397
2396
|
2.0
|
|
2398
2397
|
]
|
|
2399
|
-
}
|
|
2400
|
-
"zoom": [
|
|
2401
|
-
"math/min",
|
|
2402
|
-
1.0,
|
|
2403
|
-
[
|
|
2404
|
-
"/",
|
|
2405
|
-
5.0,
|
|
2406
|
-
[
|
|
2407
|
-
"+",
|
|
2408
|
-
1.0,
|
|
2409
|
-
[
|
|
2410
|
-
"math/max",
|
|
2411
|
-
[
|
|
2412
|
-
"array/max",
|
|
2413
|
-
"@entity.tiles",
|
|
2414
|
-
"x"
|
|
2415
|
-
],
|
|
2416
|
-
[
|
|
2417
|
-
"array/max",
|
|
2418
|
-
"@entity.tiles",
|
|
2419
|
-
"y"
|
|
2420
|
-
]
|
|
2421
|
-
]
|
|
2422
|
-
]
|
|
2423
|
-
]
|
|
2424
|
-
]
|
|
2398
|
+
}
|
|
2425
2399
|
},
|
|
2426
2400
|
"children": [
|
|
2427
2401
|
{
|
|
@@ -2819,6 +2793,7 @@
|
|
|
2819
2793
|
"type": "draw-sprite-layer"
|
|
2820
2794
|
}
|
|
2821
2795
|
],
|
|
2796
|
+
"fit": true,
|
|
2822
2797
|
"projection": "isometric",
|
|
2823
2798
|
"showMinimap": true,
|
|
2824
2799
|
"tileClickEvent": "HERO_MOVE",
|
|
@@ -3582,7 +3557,6 @@
|
|
|
3582
3557
|
"children": [
|
|
3583
3558
|
{
|
|
3584
3559
|
"camera": {
|
|
3585
|
-
"mode": "isometric",
|
|
3586
3560
|
"pos": {
|
|
3587
3561
|
"x": [
|
|
3588
3562
|
"/",
|
|
@@ -3618,32 +3592,7 @@
|
|
|
3618
3592
|
],
|
|
3619
3593
|
2.0
|
|
3620
3594
|
]
|
|
3621
|
-
}
|
|
3622
|
-
"zoom": [
|
|
3623
|
-
"math/min",
|
|
3624
|
-
1.0,
|
|
3625
|
-
[
|
|
3626
|
-
"/",
|
|
3627
|
-
5.0,
|
|
3628
|
-
[
|
|
3629
|
-
"+",
|
|
3630
|
-
1.0,
|
|
3631
|
-
[
|
|
3632
|
-
"math/max",
|
|
3633
|
-
[
|
|
3634
|
-
"array/max",
|
|
3635
|
-
"@entity.tiles",
|
|
3636
|
-
"x"
|
|
3637
|
-
],
|
|
3638
|
-
[
|
|
3639
|
-
"array/max",
|
|
3640
|
-
"@entity.tiles",
|
|
3641
|
-
"y"
|
|
3642
|
-
]
|
|
3643
|
-
]
|
|
3644
|
-
]
|
|
3645
|
-
]
|
|
3646
|
-
]
|
|
3595
|
+
}
|
|
3647
3596
|
},
|
|
3648
3597
|
"children": [
|
|
3649
3598
|
{
|
|
@@ -4041,6 +3990,7 @@
|
|
|
4041
3990
|
"type": "draw-sprite-layer"
|
|
4042
3991
|
}
|
|
4043
3992
|
],
|
|
3993
|
+
"fit": true,
|
|
4044
3994
|
"projection": "isometric",
|
|
4045
3995
|
"showMinimap": true,
|
|
4046
3996
|
"tileClickEvent": "HERO_MOVE",
|
|
@@ -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 (
|
|
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",
|
|
@@ -700,8 +700,7 @@
|
|
|
700
700
|
"linkedEntity": "GameState",
|
|
701
701
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
702
702
|
"name": "ChaseAI",
|
|
703
|
-
"ref": "Chase.traits.ChaseAi"
|
|
704
|
-
"refId": "trt_01KXG04TEW4X0PEW1QFM8N84NG"
|
|
703
|
+
"ref": "Chase.traits.ChaseAi"
|
|
705
704
|
},
|
|
706
705
|
{
|
|
707
706
|
"config": {
|
|
@@ -714,8 +713,7 @@
|
|
|
714
713
|
"linkedEntity": "GameState",
|
|
715
714
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
716
715
|
"name": "FxDecay",
|
|
717
|
-
"ref": "Particles.traits.FxParticles"
|
|
718
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
716
|
+
"ref": "Particles.traits.FxParticles"
|
|
719
717
|
},
|
|
720
718
|
{
|
|
721
719
|
"config": {
|
|
@@ -728,8 +726,7 @@
|
|
|
728
726
|
"linkedEntity": "GameState",
|
|
729
727
|
"linkedEntityId": "ent_01KXG04WJHHVKHWKFWX7TFEEAH",
|
|
730
728
|
"name": "RoundLogic",
|
|
731
|
-
"ref": "Round.traits.RoundFlow"
|
|
732
|
-
"refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
|
|
729
|
+
"ref": "Round.traits.RoundFlow"
|
|
733
730
|
},
|
|
734
731
|
{
|
|
735
732
|
"category": "interaction",
|
|
@@ -1343,6 +1340,7 @@
|
|
|
1343
1340
|
"type": "draw-text-layer"
|
|
1344
1341
|
}
|
|
1345
1342
|
],
|
|
1343
|
+
"fit": true,
|
|
1346
1344
|
"projection": "flat",
|
|
1347
1345
|
"showMinimap": false,
|
|
1348
1346
|
"type": "canvas"
|
|
@@ -1540,6 +1538,7 @@
|
|
|
1540
1538
|
"type": "draw-text-layer"
|
|
1541
1539
|
}
|
|
1542
1540
|
],
|
|
1541
|
+
"fit": true,
|
|
1543
1542
|
"projection": "flat",
|
|
1544
1543
|
"showMinimap": false,
|
|
1545
1544
|
"type": "canvas"
|