@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
|
@@ -4213,6 +4213,7 @@
|
|
|
4213
4213
|
"type": "draw-sprite-layer"
|
|
4214
4214
|
}
|
|
4215
4215
|
],
|
|
4216
|
+
"fit": true,
|
|
4216
4217
|
"projection": "isometric",
|
|
4217
4218
|
"showMinimap": true,
|
|
4218
4219
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -4790,6 +4791,7 @@
|
|
|
4790
4791
|
"type": "draw-sprite-layer"
|
|
4791
4792
|
}
|
|
4792
4793
|
],
|
|
4794
|
+
"fit": true,
|
|
4793
4795
|
"projection": "isometric",
|
|
4794
4796
|
"showMinimap": true,
|
|
4795
4797
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -5538,6 +5540,7 @@
|
|
|
5538
5540
|
"type": "draw-sprite-layer"
|
|
5539
5541
|
}
|
|
5540
5542
|
],
|
|
5543
|
+
"fit": true,
|
|
5541
5544
|
"projection": "isometric",
|
|
5542
5545
|
"showMinimap": true,
|
|
5543
5546
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -6226,6 +6229,7 @@
|
|
|
6226
6229
|
"type": "draw-sprite-layer"
|
|
6227
6230
|
}
|
|
6228
6231
|
],
|
|
6232
|
+
"fit": true,
|
|
6229
6233
|
"projection": "isometric",
|
|
6230
6234
|
"showMinimap": true,
|
|
6231
6235
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -7177,6 +7181,7 @@
|
|
|
7177
7181
|
"type": "draw-sprite-layer"
|
|
7178
7182
|
}
|
|
7179
7183
|
],
|
|
7184
|
+
"fit": true,
|
|
7180
7185
|
"projection": "isometric",
|
|
7181
7186
|
"showMinimap": true,
|
|
7182
7187
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -7989,6 +7994,7 @@
|
|
|
7989
7994
|
"type": "draw-sprite-layer"
|
|
7990
7995
|
}
|
|
7991
7996
|
],
|
|
7997
|
+
"fit": true,
|
|
7992
7998
|
"projection": "isometric",
|
|
7993
7999
|
"showMinimap": true,
|
|
7994
8000
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -8638,6 +8644,7 @@
|
|
|
8638
8644
|
"type": "draw-sprite-layer"
|
|
8639
8645
|
}
|
|
8640
8646
|
],
|
|
8647
|
+
"fit": true,
|
|
8641
8648
|
"projection": "isometric",
|
|
8642
8649
|
"showMinimap": true,
|
|
8643
8650
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -9223,6 +9230,7 @@
|
|
|
9223
9230
|
"type": "draw-sprite-layer"
|
|
9224
9231
|
}
|
|
9225
9232
|
],
|
|
9233
|
+
"fit": true,
|
|
9226
9234
|
"projection": "isometric",
|
|
9227
9235
|
"showMinimap": true,
|
|
9228
9236
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -9829,6 +9837,7 @@
|
|
|
9829
9837
|
"type": "draw-sprite-layer"
|
|
9830
9838
|
}
|
|
9831
9839
|
],
|
|
9840
|
+
"fit": true,
|
|
9832
9841
|
"projection": "isometric",
|
|
9833
9842
|
"showMinimap": true,
|
|
9834
9843
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -10416,6 +10425,7 @@
|
|
|
10416
10425
|
"type": "draw-sprite-layer"
|
|
10417
10426
|
}
|
|
10418
10427
|
],
|
|
10428
|
+
"fit": true,
|
|
10419
10429
|
"projection": "isometric",
|
|
10420
10430
|
"showMinimap": true,
|
|
10421
10431
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -11034,6 +11044,7 @@
|
|
|
11034
11044
|
"type": "draw-sprite-layer"
|
|
11035
11045
|
}
|
|
11036
11046
|
],
|
|
11047
|
+
"fit": true,
|
|
11037
11048
|
"projection": "isometric",
|
|
11038
11049
|
"showMinimap": true,
|
|
11039
11050
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -11754,6 +11765,7 @@
|
|
|
11754
11765
|
"type": "draw-sprite-layer"
|
|
11755
11766
|
}
|
|
11756
11767
|
],
|
|
11768
|
+
"fit": true,
|
|
11757
11769
|
"projection": "isometric",
|
|
11758
11770
|
"showMinimap": true,
|
|
11759
11771
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -12324,6 +12336,7 @@
|
|
|
12324
12336
|
"type": "draw-sprite-layer"
|
|
12325
12337
|
}
|
|
12326
12338
|
],
|
|
12339
|
+
"fit": true,
|
|
12327
12340
|
"projection": "isometric",
|
|
12328
12341
|
"showMinimap": true,
|
|
12329
12342
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -13446,6 +13459,7 @@
|
|
|
13446
13459
|
"type": "draw-sprite-layer"
|
|
13447
13460
|
}
|
|
13448
13461
|
],
|
|
13462
|
+
"fit": true,
|
|
13449
13463
|
"projection": "isometric",
|
|
13450
13464
|
"showMinimap": true,
|
|
13451
13465
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -1695,6 +1695,11 @@
|
|
|
1695
1695
|
1.0
|
|
1696
1696
|
]
|
|
1697
1697
|
],
|
|
1698
|
+
[
|
|
1699
|
+
"set",
|
|
1700
|
+
"@entity.lives",
|
|
1701
|
+
3.0
|
|
1702
|
+
],
|
|
1698
1703
|
[
|
|
1699
1704
|
"set",
|
|
1700
1705
|
"@entity.result",
|
|
@@ -2863,6 +2868,22 @@
|
|
|
2863
2868
|
]
|
|
2864
2869
|
]
|
|
2865
2870
|
]
|
|
2871
|
+
],
|
|
2872
|
+
[
|
|
2873
|
+
"if",
|
|
2874
|
+
[
|
|
2875
|
+
"!=",
|
|
2876
|
+
"@entity.result",
|
|
2877
|
+
"none"
|
|
2878
|
+
],
|
|
2879
|
+
[
|
|
2880
|
+
"emit",
|
|
2881
|
+
"GAME_END",
|
|
2882
|
+
{
|
|
2883
|
+
"result": "@entity.result"
|
|
2884
|
+
}
|
|
2885
|
+
],
|
|
2886
|
+
null
|
|
2866
2887
|
]
|
|
2867
2888
|
],
|
|
2868
2889
|
"guard": [
|
|
@@ -3255,6 +3276,57 @@
|
|
|
3255
3276
|
"url": "https://almadar-kflow-assets.web.app/shared/_shared/kenney-ui-pack/ui/greySheet.png",
|
|
3256
3277
|
"variant": ""
|
|
3257
3278
|
},
|
|
3279
|
+
"overlay": [
|
|
3280
|
+
"if",
|
|
3281
|
+
[
|
|
3282
|
+
"==",
|
|
3283
|
+
"@entity.result",
|
|
3284
|
+
"won"
|
|
3285
|
+
],
|
|
3286
|
+
{
|
|
3287
|
+
"options": [
|
|
3288
|
+
{
|
|
3289
|
+
"event": "PLAY_AGAIN",
|
|
3290
|
+
"id": "again",
|
|
3291
|
+
"label": "Play Again",
|
|
3292
|
+
"variant": "primary"
|
|
3293
|
+
}
|
|
3294
|
+
],
|
|
3295
|
+
"subtitle": [
|
|
3296
|
+
"str/concat",
|
|
3297
|
+
"Score: ",
|
|
3298
|
+
"@entity.score"
|
|
3299
|
+
],
|
|
3300
|
+
"title": "YOU WIN!",
|
|
3301
|
+
"type": "game-menu"
|
|
3302
|
+
},
|
|
3303
|
+
[
|
|
3304
|
+
"if",
|
|
3305
|
+
[
|
|
3306
|
+
"==",
|
|
3307
|
+
"@entity.result",
|
|
3308
|
+
"lost"
|
|
3309
|
+
],
|
|
3310
|
+
{
|
|
3311
|
+
"options": [
|
|
3312
|
+
{
|
|
3313
|
+
"event": "PLAY_AGAIN",
|
|
3314
|
+
"id": "again",
|
|
3315
|
+
"label": "Play Again",
|
|
3316
|
+
"variant": "primary"
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"subtitle": [
|
|
3320
|
+
"str/concat",
|
|
3321
|
+
"Score: ",
|
|
3322
|
+
"@entity.score"
|
|
3323
|
+
],
|
|
3324
|
+
"title": "GAME OVER",
|
|
3325
|
+
"type": "game-menu"
|
|
3326
|
+
},
|
|
3327
|
+
null
|
|
3328
|
+
]
|
|
3329
|
+
],
|
|
3258
3330
|
"type": "game-shell"
|
|
3259
3331
|
}
|
|
3260
3332
|
]
|
|
@@ -7821,7 +7821,7 @@
|
|
|
7821
7821
|
"@t",
|
|
7822
7822
|
"terrainSprite"
|
|
7823
7823
|
],
|
|
7824
|
-
"height": 0
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
5871
|
+
"width": 1.0
|
|
5872
5872
|
}
|
|
5873
5873
|
]
|
|
5874
5874
|
],
|
|
@@ -3483,6 +3483,7 @@
|
|
|
3483
3483
|
"type": "draw-sprite-layer"
|
|
3484
3484
|
}
|
|
3485
3485
|
],
|
|
3486
|
+
"fit": true,
|
|
3486
3487
|
"projection": "flat",
|
|
3487
3488
|
"showMinimap": false,
|
|
3488
3489
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -3973,6 +3974,7 @@
|
|
|
3973
3974
|
"type": "draw-sprite-layer"
|
|
3974
3975
|
}
|
|
3975
3976
|
],
|
|
3977
|
+
"fit": true,
|
|
3976
3978
|
"projection": "flat",
|
|
3977
3979
|
"showMinimap": false,
|
|
3978
3980
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -4468,6 +4470,7 @@
|
|
|
4468
4470
|
"type": "draw-sprite-layer"
|
|
4469
4471
|
}
|
|
4470
4472
|
],
|
|
4473
|
+
"fit": true,
|
|
4471
4474
|
"projection": "flat",
|
|
4472
4475
|
"showMinimap": false,
|
|
4473
4476
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -4990,6 +4993,7 @@
|
|
|
4990
4993
|
"type": "draw-sprite-layer"
|
|
4991
4994
|
}
|
|
4992
4995
|
],
|
|
4996
|
+
"fit": true,
|
|
4993
4997
|
"projection": "flat",
|
|
4994
4998
|
"showMinimap": false,
|
|
4995
4999
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -5101,6 +5105,59 @@
|
|
|
5101
5105
|
},
|
|
5102
5106
|
"type": "game-shell"
|
|
5103
5107
|
}
|
|
5108
|
+
],
|
|
5109
|
+
[
|
|
5110
|
+
"if",
|
|
5111
|
+
[
|
|
5112
|
+
"!=",
|
|
5113
|
+
[
|
|
5114
|
+
"array/find",
|
|
5115
|
+
"@config.features",
|
|
5116
|
+
[
|
|
5117
|
+
"fn",
|
|
5118
|
+
"f",
|
|
5119
|
+
[
|
|
5120
|
+
"and",
|
|
5121
|
+
[
|
|
5122
|
+
"==",
|
|
5123
|
+
"@f.type",
|
|
5124
|
+
"goal"
|
|
5125
|
+
],
|
|
5126
|
+
[
|
|
5127
|
+
"and",
|
|
5128
|
+
[
|
|
5129
|
+
"==",
|
|
5130
|
+
"@f.x",
|
|
5131
|
+
"@payload.x"
|
|
5132
|
+
],
|
|
5133
|
+
[
|
|
5134
|
+
"==",
|
|
5135
|
+
"@f.y",
|
|
5136
|
+
"@payload.y"
|
|
5137
|
+
]
|
|
5138
|
+
]
|
|
5139
|
+
]
|
|
5140
|
+
]
|
|
5141
|
+
],
|
|
5142
|
+
null
|
|
5143
|
+
],
|
|
5144
|
+
[
|
|
5145
|
+
"emit",
|
|
5146
|
+
"GOAL",
|
|
5147
|
+
{
|
|
5148
|
+
"team": [
|
|
5149
|
+
"if",
|
|
5150
|
+
[
|
|
5151
|
+
"==",
|
|
5152
|
+
"@payload.x",
|
|
5153
|
+
0.0
|
|
5154
|
+
],
|
|
5155
|
+
"enemy",
|
|
5156
|
+
"player"
|
|
5157
|
+
]
|
|
5158
|
+
}
|
|
5159
|
+
],
|
|
5160
|
+
null
|
|
5104
5161
|
]
|
|
5105
5162
|
],
|
|
5106
5163
|
"event": "TILE_CLICK",
|
|
@@ -5511,6 +5568,7 @@
|
|
|
5511
5568
|
"type": "draw-sprite-layer"
|
|
5512
5569
|
}
|
|
5513
5570
|
],
|
|
5571
|
+
"fit": true,
|
|
5514
5572
|
"projection": "flat",
|
|
5515
5573
|
"showMinimap": false,
|
|
5516
5574
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -6021,6 +6079,7 @@
|
|
|
6021
6079
|
"type": "draw-sprite-layer"
|
|
6022
6080
|
}
|
|
6023
6081
|
],
|
|
6082
|
+
"fit": true,
|
|
6024
6083
|
"projection": "flat",
|
|
6025
6084
|
"showMinimap": false,
|
|
6026
6085
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -6499,6 +6558,7 @@
|
|
|
6499
6558
|
"type": "draw-sprite-layer"
|
|
6500
6559
|
}
|
|
6501
6560
|
],
|
|
6561
|
+
"fit": true,
|
|
6502
6562
|
"projection": "flat",
|
|
6503
6563
|
"showMinimap": false,
|
|
6504
6564
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -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
|
]
|