From 1368849e36e1b5ecd0d595b713ca73f9d88da38b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sun, 18 Dec 2011 00:56:43 -0700 Subject: 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. --- demo.stage | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'demo.stage') diff --git a/demo.stage b/demo.stage index 58aee3e..e51c160 100644 --- a/demo.stage +++ b/demo.stage @@ -1,8 +1,12 @@ -game -{ - title = "Demo game"; +game.title = "Demo game"; +game.author = "Mike Buland"; +game.version = 1; +game.revision = 0; +game.start = <>; +global +{ command: "take" item { if item in situation.items then -- cgit v1.2.3