Skip to content

Commit

Permalink
🎨Time Travel Condition
Browse files Browse the repository at this point in the history
  • Loading branch information
catpea committed Nov 6, 2024
1 parent 5b3953a commit 903b7d8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 543 deletions.
319 changes: 0 additions & 319 deletions index-transition.html

This file was deleted.

7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,21 @@


<x-stage controls minimap template="stage" theme="original">
<x-super id="stage-director" x="433" y="279" supervisor="system/standard" worker="stage/director" selected="false"></x-super>

<x-super id="stage-director" x="433" y="279" supervisor="system/standard" worker="stage/director" selected="false"></x-super>

<x-super id="http-fetch" x="865" y="67" supervisor="system/standard" worker="http/fetch" data-url="./samples/json-path-example.json" selected="false"> </x-super>
<x-super id="json-path" x="1184" y="63" supervisor="system/standard" worker="json/path" data-query="$.store.book[*].author" selected="false"> </x-super>
<x-super id="developer-console" x="1600" y="166" supervisor="system/standard" worker="developer/console" data-type="dir" selected="true"> </x-super>
<x-super id="json-object" x="54" y="283" supervisor="system/standard" worker="json/object" selected="false"></x-super>
<x-super id="script-function" x="57" y="483" supervisor="system/standard" worker="script/function" selected="false"></x-super>

<x-cable id="cable-http-fetch-to-json-path" from="http-fetch:output" to="json-path:input" selected="false"></x-cable>
<x-cable id="cable-json-path-to-developer-console" from="json-path:output" to="developer-console:input" selected="false"></x-cable>

<x-cable id="cable-json-object-to-stage-director:start" from="json-object:output" to="stage-director:start-message" selected="false"></x-cable>
<x-cable id="cable-script-function-to-stage-director:stop" from="script-function:output" to="stage-director:stop-message" selected="false"></x-cable>

<x-cable id="cable-stage-director-to-http-fetch" from="stage-director:start-event" to="http-fetch:input" selected="false"></x-cable>

</x-stage>


Expand Down
Loading

0 comments on commit 903b7d8

Please sign in to comment.