summaryrefslogtreecommitdiff
path: root/demo.stage
blob: 3d10efebd5ce8f1ee7b550c76a11f76afd3eab36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

game
{
	title = "Demo game";
}

function hello()
{
}

situation <<start>>
{
//	set situation end;
//	push situation somethingElse;

}

situation <<end>>
{
	goto( <<start>> );
}