diff options
Diffstat (limited to 'demo.stage')
-rw-r--r-- | demo.stage | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -1,11 +1,8 @@ | |||
1 | //game | ||
2 | //{ | ||
3 | /* | ||
4 | title = "Demo game"; | ||
5 | 1 | ||
6 | goto <<start>>; | 2 | game |
7 | */ | 3 | { |
8 | //} | 4 | title = "Demo game"; |
5 | } | ||
9 | 6 | ||
10 | function hello() | 7 | function hello() |
11 | { | 8 | { |