From aabfd9a49de070ca763d74a27ee0e6813ebcb0ae Mon Sep 17 00:00:00 2001 From: olsner Date: Thu, 5 Aug 2004 13:09:42 +0000 Subject: [PATCH] A couple of nice Start Game and End Game buttons, so that you don't have to use the Console This was SVN commit r913. --- binaries/data/mods/official/gui/test/hello.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/binaries/data/mods/official/gui/test/hello.xml b/binaries/data/mods/official/gui/test/hello.xml index cec9bf0a71..9654ba7bde 100755 --- a/binaries/data/mods/official/gui/test/hello.xml +++ b/binaries/data/mods/official/gui/test/hello.xml @@ -74,6 +74,24 @@ ]]> + + + Start game + + + startGame(); + + + + + + End game + + + endGame(); + + + Make dude