From b0c00760461f89b3108a53c5d2ca64b4a693ae5d Mon Sep 17 00:00:00 2001 From: Graham Trott Date: Sat, 5 Dec 2020 13:12:07 +0000 Subject: [PATCH] Intro doc --- resources/ecs/intro.ecs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/ecs/intro.ecs b/resources/ecs/intro.ecs index 43f3943..b029a3e 100644 --- a/resources/ecs/intro.ecs +++ b/resources/ecs/intro.ecs @@ -36,11 +36,11 @@ Start: send Script to Showdown - attach RunCodex to `codex` - on click RunCodex - begin - send `hide` to parent - rest get Codex from `/resources/ecs/codex.ecs` - run Codex - end +! attach RunCodex to `codex` +! on click RunCodex +! begin +! send `hide` to parent +! rest get Codex from `/resources/ecs/codex.ecs` +! run Codex +! end stop \ No newline at end of file