summaryrefslogtreecommitdiff
path: root/demo.stage
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2011-12-18 00:56:43 -0700
committerMike Buland <eichlan@xagasoft.com>2011-12-18 00:56:43 -0700
commit1368849e36e1b5ecd0d595b713ca73f9d88da38b (patch)
tree856bd29ef562f8310d5a1c6c950e100851f96a3a /demo.stage
parentcfa0ff5e6a45ce2d17fe18a09268acb2c0eb6724 (diff)
downloadstage-1368849e36e1b5ecd0d595b713ca73f9d88da38b.tar.gz
stage-1368849e36e1b5ecd0d595b713ca73f9d88da38b.tar.bz2
stage-1368849e36e1b5ecd0d595b713ca73f9d88da38b.tar.xz
stage-1368849e36e1b5ecd0d595b713ca73f9d88da38b.zip
Minor tweaks.
Now the game metadata can be read without reading anything else from the file, making it much easier to report info about a game rapidly.
Diffstat (limited to 'demo.stage')
-rw-r--r--demo.stage10
1 files changed, 7 insertions, 3 deletions
diff --git a/demo.stage b/demo.stage
index 58aee3e..e51c160 100644
--- a/demo.stage
+++ b/demo.stage
@@ -1,8 +1,12 @@
1 1
2game 2game.title = "Demo game";
3{ 3game.author = "Mike Buland";
4 title = "Demo game"; 4game.version = 1;
5game.revision = 0;
6game.start = <<start>>;
5 7
8global
9{
6 command: "take" item 10 command: "take" item
7 { 11 {
8 if item in situation.items then 12 if item in situation.items then