Skip to content

Commit bae0631

Browse files
committed
Doc
1 parent e2572f5 commit bae0631

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

resources/ecs/examples.ecs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
else go to Start
3939
end
4040

41-
attach HowItWorks to `how-it-works`
42-
on click HowItWorks
43-
begin
44-
alert `How it works`
45-
end
46-
4741
attach Status to `ec-status`
4842
set ready
4943
stop
@@ -95,6 +89,12 @@ Start:
9589
attach ShowLifeDoc to `show-lifedoc`
9690
on click ShowLifeDoc send `life` to parent
9791

92+
attach HowItWorks to `how-it-works`
93+
on click HowItWorks
94+
begin
95+
alert `How it works`
96+
end
97+
9898
stop
9999

100100
InitDiceRoller:

0 commit comments

Comments
 (0)