@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
|
@@ -443,8 +443,7 @@
|
|
|
443
443
|
"linkedEntity": "GameState",
|
|
444
444
|
"linkedEntityId": "ent_01KXG04XJQ7RG55JMP44YA5BDE",
|
|
445
445
|
"name": "TacticsAuthority",
|
|
446
|
-
"ref": "Tactics.traits.GridTactics"
|
|
447
|
-
"refId": "trt_01KXG04THREP6VTN7SEQ5QND02"
|
|
446
|
+
"ref": "Tactics.traits.GridTactics"
|
|
448
447
|
},
|
|
449
448
|
{
|
|
450
449
|
"config": {
|
|
@@ -457,8 +456,7 @@
|
|
|
457
456
|
"linkedEntity": "GameState",
|
|
458
457
|
"linkedEntityId": "ent_01KXG04XJQ7RG55JMP44YA5BDE",
|
|
459
458
|
"name": "FxDecay",
|
|
460
|
-
"ref": "Particles.traits.FxParticles"
|
|
461
|
-
"refId": "trt_01KXG04TFZQZVT3F7J3DTM2PXF"
|
|
459
|
+
"ref": "Particles.traits.FxParticles"
|
|
462
460
|
},
|
|
463
461
|
{
|
|
464
462
|
"config": {
|
|
@@ -471,8 +469,7 @@
|
|
|
471
469
|
"linkedEntity": "GameState",
|
|
472
470
|
"linkedEntityId": "ent_01KXG04XJQ7RG55JMP44YA5BDE",
|
|
473
471
|
"name": "RoundLogic",
|
|
474
|
-
"ref": "Round.traits.RoundFlow"
|
|
475
|
-
"refId": "trt_01KXG04TNCJQBQBHH17BMMRPXT"
|
|
472
|
+
"ref": "Round.traits.RoundFlow"
|
|
476
473
|
},
|
|
477
474
|
{
|
|
478
475
|
"category": "interaction",
|
|
@@ -1003,6 +1000,7 @@
|
|
|
1003
1000
|
"type": "draw-text-layer"
|
|
1004
1001
|
}
|
|
1005
1002
|
],
|
|
1003
|
+
"fit": true,
|
|
1006
1004
|
"projection": "flat",
|
|
1007
1005
|
"showMinimap": false,
|
|
1008
1006
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -1750,6 +1748,7 @@
|
|
|
1750
1748
|
"type": "draw-text-layer"
|
|
1751
1749
|
}
|
|
1752
1750
|
],
|
|
1751
|
+
"fit": true,
|
|
1753
1752
|
"projection": "flat",
|
|
1754
1753
|
"showMinimap": false,
|
|
1755
1754
|
"tileClickEvent": "TILE_CLICK",
|
|
@@ -65,6 +65,14 @@
|
|
|
65
65
|
"kind": "trait",
|
|
66
66
|
"owner": "workspace",
|
|
67
67
|
"renames": []
|
|
68
|
+
},
|
|
69
|
+
"trt_01KYR91ZDQZ60M6SMNEHZC0VY1": {
|
|
70
|
+
"bakedName": "AnimClock",
|
|
71
|
+
"curName": "AnimClock",
|
|
72
|
+
"id": "trt_01KYR91ZDQZ60M6SMNEHZC0VY1",
|
|
73
|
+
"kind": "trait",
|
|
74
|
+
"owner": "workspace",
|
|
75
|
+
"renames": []
|
|
68
76
|
}
|
|
69
77
|
},
|
|
70
78
|
"schemaVersion": 1
|
|
@@ -1433,6 +1441,10 @@
|
|
|
1433
1441
|
{
|
|
1434
1442
|
"ref": "Player",
|
|
1435
1443
|
"refId": "trt_01KXZ4505QYVACS47MC455XRE5"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"ref": "AnimClock",
|
|
1447
|
+
"refId": "trt_01KYR91ZDQZ60M6SMNEHZC0VY1"
|
|
1436
1448
|
}
|
|
1437
1449
|
]
|
|
1438
1450
|
}
|
|
@@ -2433,8 +2445,7 @@
|
|
|
2433
2445
|
"linkedEntity": "GameState",
|
|
2434
2446
|
"linkedEntityId": "ent_01KXG04XSJ1XMQ94BEZ52NPGMT",
|
|
2435
2447
|
"name": "Authority",
|
|
2436
|
-
"ref": "Frame.traits.TacticsAuthority"
|
|
2437
|
-
"refId": "trt_01KXZ44ZP0KNSR8SQTTEY7T0Q9"
|
|
2448
|
+
"ref": "Frame.traits.TacticsAuthority"
|
|
2438
2449
|
},
|
|
2439
2450
|
{
|
|
2440
2451
|
"config": {
|
|
@@ -2447,8 +2458,7 @@
|
|
|
2447
2458
|
"linkedEntity": "GameState",
|
|
2448
2459
|
"linkedEntityId": "ent_01KXG04XSJ1XMQ94BEZ52NPGMT",
|
|
2449
2460
|
"name": "FxDecay",
|
|
2450
|
-
"ref": "Frame.traits.FxDecay"
|
|
2451
|
-
"refId": "trt_01KXZ44ZP0CG60KCBCDDVTRS9Y"
|
|
2461
|
+
"ref": "Frame.traits.FxDecay"
|
|
2452
2462
|
},
|
|
2453
2463
|
{
|
|
2454
2464
|
"config": {
|
|
@@ -2461,8 +2471,7 @@
|
|
|
2461
2471
|
"linkedEntity": "GameState",
|
|
2462
2472
|
"linkedEntityId": "ent_01KXG04XSJ1XMQ94BEZ52NPGMT",
|
|
2463
2473
|
"name": "RoundLogic",
|
|
2464
|
-
"ref": "Frame.traits.RoundLogic"
|
|
2465
|
-
"refId": "trt_01KXZ44ZP0YXMQ6CPPZ21VRCS9"
|
|
2474
|
+
"ref": "Frame.traits.RoundLogic"
|
|
2466
2475
|
},
|
|
2467
2476
|
{
|
|
2468
2477
|
"config": {
|
|
@@ -2487,8 +2496,20 @@
|
|
|
2487
2496
|
"linkedEntity": "GameState",
|
|
2488
2497
|
"linkedEntityId": "ent_01KXG04XSJ1XMQ94BEZ52NPGMT",
|
|
2489
2498
|
"name": "ScoreKeeper",
|
|
2490
|
-
"ref": "Score.traits.ScoreKeeper"
|
|
2491
|
-
|
|
2499
|
+
"ref": "Score.traits.ScoreKeeper"
|
|
2500
|
+
},
|
|
2501
|
+
{
|
|
2502
|
+
"config": {
|
|
2503
|
+
"frames": {
|
|
2504
|
+
"default": [],
|
|
2505
|
+
"type": "unknown"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"id": "trt_01KYR91ZDQZ60M6SMNEHZC0VY1",
|
|
2509
|
+
"linkedEntity": "GameState",
|
|
2510
|
+
"linkedEntityId": "ent_01KXG04XSJ1XMQ94BEZ52NPGMT",
|
|
2511
|
+
"name": "AnimClock",
|
|
2512
|
+
"ref": "Frame.traits.AnimClock"
|
|
2492
2513
|
},
|
|
2493
2514
|
{
|
|
2494
2515
|
"config": {
|
|
@@ -2777,8 +2798,7 @@
|
|
|
2777
2798
|
"linkedEntity": "GameState",
|
|
2778
2799
|
"linkedEntityId": "ent_01KXG04XSJ1XMQ94BEZ52NPGMT",
|
|
2779
2800
|
"name": "Player",
|
|
2780
|
-
"ref": "Frame.traits.PlayerIntent"
|
|
2781
|
-
"refId": "trt_01KXG04VM7WQJEH8FBPFFPNHJV"
|
|
2801
|
+
"ref": "Frame.traits.PlayerIntent"
|
|
2782
2802
|
}
|
|
2783
2803
|
],
|
|
2784
2804
|
"uses": [
|
|
@@ -2126,7 +2126,7 @@
|
|
|
2126
2126
|
[
|
|
2127
2127
|
"set",
|
|
2128
2128
|
"@entity.result",
|
|
2129
|
-
""
|
|
2129
|
+
"none"
|
|
2130
2130
|
],
|
|
2131
2131
|
[
|
|
2132
2132
|
"set",
|
|
@@ -4523,8 +4523,7 @@
|
|
|
4523
4523
|
"linkedEntity": "HolidayRunnerBoardItem",
|
|
4524
4524
|
"linkedEntityId": "ent_01KXG04XYBZA2FDCD4YHF4KYRZ",
|
|
4525
4525
|
"name": "AnimClock",
|
|
4526
|
-
"ref": "AnimTick.traits.AnimTick"
|
|
4527
|
-
"refId": "trt_01KXG04EVEQNTAB0NYX7ZC392F"
|
|
4526
|
+
"ref": "AnimTick.traits.AnimTick"
|
|
4528
4527
|
}
|
|
4529
4528
|
],
|
|
4530
4529
|
"uses": [
|
|
@@ -5256,6 +5256,7 @@
|
|
|
5256
5256
|
"fn",
|
|
5257
5257
|
"u",
|
|
5258
5258
|
{
|
|
5259
|
+
"anchor": "center",
|
|
5259
5260
|
"asset": [
|
|
5260
5261
|
"if",
|
|
5261
5262
|
[
|
|
@@ -5286,6 +5287,7 @@
|
|
|
5286
5287
|
]
|
|
5287
5288
|
]
|
|
5288
5289
|
],
|
|
5290
|
+
"height": 0.35,
|
|
5289
5291
|
"id": [
|
|
5290
5292
|
"object/get",
|
|
5291
5293
|
"@u",
|
|
@@ -5296,7 +5298,8 @@
|
|
|
5296
5298
|
"@u",
|
|
5297
5299
|
"position"
|
|
5298
5300
|
],
|
|
5299
|
-
"type": "draw-sprite"
|
|
5301
|
+
"type": "draw-sprite",
|
|
5302
|
+
"width": 0.35
|
|
5300
5303
|
}
|
|
5301
5304
|
]
|
|
5302
5305
|
],
|
|
@@ -5407,6 +5410,7 @@
|
|
|
5407
5410
|
"type": "draw-text-layer"
|
|
5408
5411
|
}
|
|
5409
5412
|
],
|
|
5413
|
+
"fit": true,
|
|
5410
5414
|
"keyMap": {
|
|
5411
5415
|
"ArrowDown": "PUTT_DOWN",
|
|
5412
5416
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -5965,6 +5969,7 @@
|
|
|
5965
5969
|
"fn",
|
|
5966
5970
|
"u",
|
|
5967
5971
|
{
|
|
5972
|
+
"anchor": "center",
|
|
5968
5973
|
"asset": [
|
|
5969
5974
|
"if",
|
|
5970
5975
|
[
|
|
@@ -5995,6 +6000,7 @@
|
|
|
5995
6000
|
]
|
|
5996
6001
|
]
|
|
5997
6002
|
],
|
|
6003
|
+
"height": 0.35,
|
|
5998
6004
|
"id": [
|
|
5999
6005
|
"object/get",
|
|
6000
6006
|
"@u",
|
|
@@ -6005,7 +6011,8 @@
|
|
|
6005
6011
|
"@u",
|
|
6006
6012
|
"position"
|
|
6007
6013
|
],
|
|
6008
|
-
"type": "draw-sprite"
|
|
6014
|
+
"type": "draw-sprite",
|
|
6015
|
+
"width": 0.35
|
|
6009
6016
|
}
|
|
6010
6017
|
]
|
|
6011
6018
|
],
|
|
@@ -6116,6 +6123,7 @@
|
|
|
6116
6123
|
"type": "draw-text-layer"
|
|
6117
6124
|
}
|
|
6118
6125
|
],
|
|
6126
|
+
"fit": true,
|
|
6119
6127
|
"keyMap": {
|
|
6120
6128
|
"ArrowDown": "PUTT_DOWN",
|
|
6121
6129
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -6679,6 +6687,7 @@
|
|
|
6679
6687
|
"fn",
|
|
6680
6688
|
"u",
|
|
6681
6689
|
{
|
|
6690
|
+
"anchor": "center",
|
|
6682
6691
|
"asset": [
|
|
6683
6692
|
"if",
|
|
6684
6693
|
[
|
|
@@ -6709,6 +6718,7 @@
|
|
|
6709
6718
|
]
|
|
6710
6719
|
]
|
|
6711
6720
|
],
|
|
6721
|
+
"height": 0.35,
|
|
6712
6722
|
"id": [
|
|
6713
6723
|
"object/get",
|
|
6714
6724
|
"@u",
|
|
@@ -6719,7 +6729,8 @@
|
|
|
6719
6729
|
"@u",
|
|
6720
6730
|
"position"
|
|
6721
6731
|
],
|
|
6722
|
-
"type": "draw-sprite"
|
|
6732
|
+
"type": "draw-sprite",
|
|
6733
|
+
"width": 0.35
|
|
6723
6734
|
}
|
|
6724
6735
|
]
|
|
6725
6736
|
],
|
|
@@ -6830,6 +6841,7 @@
|
|
|
6830
6841
|
"type": "draw-text-layer"
|
|
6831
6842
|
}
|
|
6832
6843
|
],
|
|
6844
|
+
"fit": true,
|
|
6833
6845
|
"keyMap": {
|
|
6834
6846
|
"ArrowDown": "PUTT_DOWN",
|
|
6835
6847
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -7393,6 +7405,7 @@
|
|
|
7393
7405
|
"fn",
|
|
7394
7406
|
"u",
|
|
7395
7407
|
{
|
|
7408
|
+
"anchor": "center",
|
|
7396
7409
|
"asset": [
|
|
7397
7410
|
"if",
|
|
7398
7411
|
[
|
|
@@ -7423,6 +7436,7 @@
|
|
|
7423
7436
|
]
|
|
7424
7437
|
]
|
|
7425
7438
|
],
|
|
7439
|
+
"height": 0.35,
|
|
7426
7440
|
"id": [
|
|
7427
7441
|
"object/get",
|
|
7428
7442
|
"@u",
|
|
@@ -7433,7 +7447,8 @@
|
|
|
7433
7447
|
"@u",
|
|
7434
7448
|
"position"
|
|
7435
7449
|
],
|
|
7436
|
-
"type": "draw-sprite"
|
|
7450
|
+
"type": "draw-sprite",
|
|
7451
|
+
"width": 0.35
|
|
7437
7452
|
}
|
|
7438
7453
|
]
|
|
7439
7454
|
],
|
|
@@ -7544,6 +7559,7 @@
|
|
|
7544
7559
|
"type": "draw-text-layer"
|
|
7545
7560
|
}
|
|
7546
7561
|
],
|
|
7562
|
+
"fit": true,
|
|
7547
7563
|
"keyMap": {
|
|
7548
7564
|
"ArrowDown": "PUTT_DOWN",
|
|
7549
7565
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -8107,6 +8123,7 @@
|
|
|
8107
8123
|
"fn",
|
|
8108
8124
|
"u",
|
|
8109
8125
|
{
|
|
8126
|
+
"anchor": "center",
|
|
8110
8127
|
"asset": [
|
|
8111
8128
|
"if",
|
|
8112
8129
|
[
|
|
@@ -8137,6 +8154,7 @@
|
|
|
8137
8154
|
]
|
|
8138
8155
|
]
|
|
8139
8156
|
],
|
|
8157
|
+
"height": 0.35,
|
|
8140
8158
|
"id": [
|
|
8141
8159
|
"object/get",
|
|
8142
8160
|
"@u",
|
|
@@ -8147,7 +8165,8 @@
|
|
|
8147
8165
|
"@u",
|
|
8148
8166
|
"position"
|
|
8149
8167
|
],
|
|
8150
|
-
"type": "draw-sprite"
|
|
8168
|
+
"type": "draw-sprite",
|
|
8169
|
+
"width": 0.35
|
|
8151
8170
|
}
|
|
8152
8171
|
]
|
|
8153
8172
|
],
|
|
@@ -8258,6 +8277,7 @@
|
|
|
8258
8277
|
"type": "draw-text-layer"
|
|
8259
8278
|
}
|
|
8260
8279
|
],
|
|
8280
|
+
"fit": true,
|
|
8261
8281
|
"keyMap": {
|
|
8262
8282
|
"ArrowDown": "PUTT_DOWN",
|
|
8263
8283
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -8575,6 +8595,7 @@
|
|
|
8575
8595
|
"fn",
|
|
8576
8596
|
"u",
|
|
8577
8597
|
{
|
|
8598
|
+
"anchor": "center",
|
|
8578
8599
|
"asset": [
|
|
8579
8600
|
"if",
|
|
8580
8601
|
[
|
|
@@ -8605,6 +8626,7 @@
|
|
|
8605
8626
|
]
|
|
8606
8627
|
]
|
|
8607
8628
|
],
|
|
8629
|
+
"height": 0.35,
|
|
8608
8630
|
"id": [
|
|
8609
8631
|
"object/get",
|
|
8610
8632
|
"@u",
|
|
@@ -8615,7 +8637,8 @@
|
|
|
8615
8637
|
"@u",
|
|
8616
8638
|
"position"
|
|
8617
8639
|
],
|
|
8618
|
-
"type": "draw-sprite"
|
|
8640
|
+
"type": "draw-sprite",
|
|
8641
|
+
"width": 0.35
|
|
8619
8642
|
}
|
|
8620
8643
|
]
|
|
8621
8644
|
],
|
|
@@ -8726,6 +8749,7 @@
|
|
|
8726
8749
|
"type": "draw-text-layer"
|
|
8727
8750
|
}
|
|
8728
8751
|
],
|
|
8752
|
+
"fit": true,
|
|
8729
8753
|
"keyMap": {
|
|
8730
8754
|
"ArrowDown": "PUTT_DOWN",
|
|
8731
8755
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -9005,6 +9029,7 @@
|
|
|
9005
9029
|
"fn",
|
|
9006
9030
|
"u",
|
|
9007
9031
|
{
|
|
9032
|
+
"anchor": "center",
|
|
9008
9033
|
"asset": [
|
|
9009
9034
|
"if",
|
|
9010
9035
|
[
|
|
@@ -9035,6 +9060,7 @@
|
|
|
9035
9060
|
]
|
|
9036
9061
|
]
|
|
9037
9062
|
],
|
|
9063
|
+
"height": 0.35,
|
|
9038
9064
|
"id": [
|
|
9039
9065
|
"object/get",
|
|
9040
9066
|
"@u",
|
|
@@ -9045,7 +9071,8 @@
|
|
|
9045
9071
|
"@u",
|
|
9046
9072
|
"position"
|
|
9047
9073
|
],
|
|
9048
|
-
"type": "draw-sprite"
|
|
9074
|
+
"type": "draw-sprite",
|
|
9075
|
+
"width": 0.35
|
|
9049
9076
|
}
|
|
9050
9077
|
]
|
|
9051
9078
|
],
|
|
@@ -9156,6 +9183,7 @@
|
|
|
9156
9183
|
"type": "draw-text-layer"
|
|
9157
9184
|
}
|
|
9158
9185
|
],
|
|
9186
|
+
"fit": true,
|
|
9159
9187
|
"keyMap": {
|
|
9160
9188
|
"ArrowDown": "PUTT_DOWN",
|
|
9161
9189
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -9526,6 +9554,7 @@
|
|
|
9526
9554
|
"fn",
|
|
9527
9555
|
"u",
|
|
9528
9556
|
{
|
|
9557
|
+
"anchor": "center",
|
|
9529
9558
|
"asset": [
|
|
9530
9559
|
"if",
|
|
9531
9560
|
[
|
|
@@ -9556,6 +9585,7 @@
|
|
|
9556
9585
|
]
|
|
9557
9586
|
]
|
|
9558
9587
|
],
|
|
9588
|
+
"height": 0.35,
|
|
9559
9589
|
"id": [
|
|
9560
9590
|
"object/get",
|
|
9561
9591
|
"@u",
|
|
@@ -9566,7 +9596,8 @@
|
|
|
9566
9596
|
"@u",
|
|
9567
9597
|
"position"
|
|
9568
9598
|
],
|
|
9569
|
-
"type": "draw-sprite"
|
|
9599
|
+
"type": "draw-sprite",
|
|
9600
|
+
"width": 0.35
|
|
9570
9601
|
}
|
|
9571
9602
|
]
|
|
9572
9603
|
],
|
|
@@ -9677,6 +9708,7 @@
|
|
|
9677
9708
|
"type": "draw-text-layer"
|
|
9678
9709
|
}
|
|
9679
9710
|
],
|
|
9711
|
+
"fit": true,
|
|
9680
9712
|
"keyMap": {
|
|
9681
9713
|
"ArrowDown": "PUTT_DOWN",
|
|
9682
9714
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -10052,6 +10084,7 @@
|
|
|
10052
10084
|
"fn",
|
|
10053
10085
|
"u",
|
|
10054
10086
|
{
|
|
10087
|
+
"anchor": "center",
|
|
10055
10088
|
"asset": [
|
|
10056
10089
|
"if",
|
|
10057
10090
|
[
|
|
@@ -10082,6 +10115,7 @@
|
|
|
10082
10115
|
]
|
|
10083
10116
|
]
|
|
10084
10117
|
],
|
|
10118
|
+
"height": 0.35,
|
|
10085
10119
|
"id": [
|
|
10086
10120
|
"object/get",
|
|
10087
10121
|
"@u",
|
|
@@ -10092,7 +10126,8 @@
|
|
|
10092
10126
|
"@u",
|
|
10093
10127
|
"position"
|
|
10094
10128
|
],
|
|
10095
|
-
"type": "draw-sprite"
|
|
10129
|
+
"type": "draw-sprite",
|
|
10130
|
+
"width": 0.35
|
|
10096
10131
|
}
|
|
10097
10132
|
]
|
|
10098
10133
|
],
|
|
@@ -10203,6 +10238,7 @@
|
|
|
10203
10238
|
"type": "draw-text-layer"
|
|
10204
10239
|
}
|
|
10205
10240
|
],
|
|
10241
|
+
"fit": true,
|
|
10206
10242
|
"keyMap": {
|
|
10207
10243
|
"ArrowDown": "PUTT_DOWN",
|
|
10208
10244
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -10578,6 +10614,7 @@
|
|
|
10578
10614
|
"fn",
|
|
10579
10615
|
"u",
|
|
10580
10616
|
{
|
|
10617
|
+
"anchor": "center",
|
|
10581
10618
|
"asset": [
|
|
10582
10619
|
"if",
|
|
10583
10620
|
[
|
|
@@ -10608,6 +10645,7 @@
|
|
|
10608
10645
|
]
|
|
10609
10646
|
]
|
|
10610
10647
|
],
|
|
10648
|
+
"height": 0.35,
|
|
10611
10649
|
"id": [
|
|
10612
10650
|
"object/get",
|
|
10613
10651
|
"@u",
|
|
@@ -10618,7 +10656,8 @@
|
|
|
10618
10656
|
"@u",
|
|
10619
10657
|
"position"
|
|
10620
10658
|
],
|
|
10621
|
-
"type": "draw-sprite"
|
|
10659
|
+
"type": "draw-sprite",
|
|
10660
|
+
"width": 0.35
|
|
10622
10661
|
}
|
|
10623
10662
|
]
|
|
10624
10663
|
],
|
|
@@ -10729,6 +10768,7 @@
|
|
|
10729
10768
|
"type": "draw-text-layer"
|
|
10730
10769
|
}
|
|
10731
10770
|
],
|
|
10771
|
+
"fit": true,
|
|
10732
10772
|
"keyMap": {
|
|
10733
10773
|
"ArrowDown": "PUTT_DOWN",
|
|
10734
10774
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -10985,6 +11025,7 @@
|
|
|
10985
11025
|
"fn",
|
|
10986
11026
|
"u",
|
|
10987
11027
|
{
|
|
11028
|
+
"anchor": "center",
|
|
10988
11029
|
"asset": [
|
|
10989
11030
|
"if",
|
|
10990
11031
|
[
|
|
@@ -11015,6 +11056,7 @@
|
|
|
11015
11056
|
]
|
|
11016
11057
|
]
|
|
11017
11058
|
],
|
|
11059
|
+
"height": 0.35,
|
|
11018
11060
|
"id": [
|
|
11019
11061
|
"object/get",
|
|
11020
11062
|
"@u",
|
|
@@ -11025,7 +11067,8 @@
|
|
|
11025
11067
|
"@u",
|
|
11026
11068
|
"position"
|
|
11027
11069
|
],
|
|
11028
|
-
"type": "draw-sprite"
|
|
11070
|
+
"type": "draw-sprite",
|
|
11071
|
+
"width": 0.35
|
|
11029
11072
|
}
|
|
11030
11073
|
]
|
|
11031
11074
|
],
|
|
@@ -11136,6 +11179,7 @@
|
|
|
11136
11179
|
"type": "draw-text-layer"
|
|
11137
11180
|
}
|
|
11138
11181
|
],
|
|
11182
|
+
"fit": true,
|
|
11139
11183
|
"keyMap": {
|
|
11140
11184
|
"ArrowDown": "PUTT_DOWN",
|
|
11141
11185
|
"ArrowLeft": "PUTT_LEFT",
|
|
@@ -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
|
],
|
|
@@ -2798,7 +2798,7 @@
|
|
|
2798
2798
|
"@t",
|
|
2799
2799
|
"terrainSprite"
|
|
2800
2800
|
],
|
|
2801
|
-
"height": 0
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4222
|
+
"width": 1.0
|
|
4223
4223
|
}
|
|
4224
4224
|
]
|
|
4225
4225
|
],
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
"tier": "domain"
|
|
879
879
|
},
|
|
880
880
|
{
|
|
881
|
-
"description": "Right flipper flick (
|
|
881
|
+
"description": "Right flipper flick (Slash / ArrowRight / Right Flipper button)",
|
|
882
882
|
"event": "RIGHT_FLIPPER",
|
|
883
883
|
"eventId": "evt_01KXG04YDKND5FKGG0AV1NXKV9",
|
|
884
884
|
"payloadSchema": [
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
"tier": "domain"
|
|
988
988
|
},
|
|
989
989
|
{
|
|
990
|
-
"description": "Right flipper flick (
|
|
990
|
+
"description": "Right flipper flick (Slash / ArrowRight / Right Flipper button)",
|
|
991
991
|
"id": "evt_01KXG04YDKND5FKGG0AV1NXKV9",
|
|
992
992
|
"key": "RIGHT_FLIPPER",
|
|
993
993
|
"name": "Right Flipper",
|
|
@@ -1378,8 +1378,8 @@
|
|
|
1378
1378
|
"keyMap": {
|
|
1379
1379
|
"ArrowLeft": "LEFT_FLIPPER",
|
|
1380
1380
|
"ArrowRight": "RIGHT_FLIPPER",
|
|
1381
|
-
"KeySlash": "RIGHT_FLIPPER",
|
|
1382
1381
|
"KeyZ": "LEFT_FLIPPER",
|
|
1382
|
+
"Slash": "RIGHT_FLIPPER",
|
|
1383
1383
|
"Space": "LAUNCH"
|
|
1384
1384
|
},
|
|
1385
1385
|
"projection": "free",
|
|
@@ -1832,8 +1832,8 @@
|
|
|
1832
1832
|
"keyMap": {
|
|
1833
1833
|
"ArrowLeft": "LEFT_FLIPPER",
|
|
1834
1834
|
"ArrowRight": "RIGHT_FLIPPER",
|
|
1835
|
-
"KeySlash": "RIGHT_FLIPPER",
|
|
1836
1835
|
"KeyZ": "LEFT_FLIPPER",
|
|
1836
|
+
"Slash": "RIGHT_FLIPPER",
|
|
1837
1837
|
"Space": "LAUNCH"
|
|
1838
1838
|
},
|
|
1839
1839
|
"projection": "free",
|
|
@@ -2203,8 +2203,8 @@
|
|
|
2203
2203
|
"keyMap": {
|
|
2204
2204
|
"ArrowLeft": "LEFT_FLIPPER",
|
|
2205
2205
|
"ArrowRight": "RIGHT_FLIPPER",
|
|
2206
|
-
"KeySlash": "RIGHT_FLIPPER",
|
|
2207
2206
|
"KeyZ": "LEFT_FLIPPER",
|
|
2207
|
+
"Slash": "RIGHT_FLIPPER",
|
|
2208
2208
|
"Space": "LAUNCH"
|
|
2209
2209
|
},
|
|
2210
2210
|
"projection": "free",
|
|
@@ -2641,8 +2641,8 @@
|
|
|
2641
2641
|
"keyMap": {
|
|
2642
2642
|
"ArrowLeft": "LEFT_FLIPPER",
|
|
2643
2643
|
"ArrowRight": "RIGHT_FLIPPER",
|
|
2644
|
-
"KeySlash": "RIGHT_FLIPPER",
|
|
2645
2644
|
"KeyZ": "LEFT_FLIPPER",
|
|
2645
|
+
"Slash": "RIGHT_FLIPPER",
|
|
2646
2646
|
"Space": "LAUNCH"
|
|
2647
2647
|
},
|
|
2648
2648
|
"projection": "free",
|
|
@@ -3717,8 +3717,8 @@
|
|
|
3717
3717
|
"keyMap": {
|
|
3718
3718
|
"ArrowLeft": "LEFT_FLIPPER",
|
|
3719
3719
|
"ArrowRight": "RIGHT_FLIPPER",
|
|
3720
|
-
"KeySlash": "RIGHT_FLIPPER",
|
|
3721
3720
|
"KeyZ": "LEFT_FLIPPER",
|
|
3721
|
+
"Slash": "RIGHT_FLIPPER",
|
|
3722
3722
|
"Space": "LAUNCH"
|
|
3723
3723
|
},
|
|
3724
3724
|
"projection": "free",
|
|
@@ -4138,8 +4138,8 @@
|
|
|
4138
4138
|
"keyMap": {
|
|
4139
4139
|
"ArrowLeft": "LEFT_FLIPPER",
|
|
4140
4140
|
"ArrowRight": "RIGHT_FLIPPER",
|
|
4141
|
-
"KeySlash": "RIGHT_FLIPPER",
|
|
4142
4141
|
"KeyZ": "LEFT_FLIPPER",
|
|
4142
|
+
"Slash": "RIGHT_FLIPPER",
|
|
4143
4143
|
"Space": "LAUNCH"
|
|
4144
4144
|
},
|
|
4145
4145
|
"projection": "free",
|