summaryrefslogtreecommitdiff
path: root/demo.stage
diff options
context:
space:
mode:
Diffstat (limited to 'demo.stage')
-rw-r--r--demo.stage24
1 files changed, 24 insertions, 0 deletions
diff --git a/demo.stage b/demo.stage
new file mode 100644
index 0000000..b1ff4e8
--- /dev/null
+++ b/demo.stage
@@ -0,0 +1,24 @@
1//game
2//{
3 /*
4 title = "Demo game";
5
6 goto <<start>>;
7 */
8//}
9
10function hello()
11{
12}
13
14situation <<start>>
15{
16// set situation end;
17// push situation somethingElse;
18
19}
20
21situation <<end>>
22{
23 goto( <<start>> );
24}