From 0df66233815e9e9c6f66df78205158ab7bd18206 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 15 Jan 2012 17:00:24 +0000 Subject: Added Load Game and Save Game buttons to the main menu. --- base/ini/menu.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/base/ini/menu.ini b/base/ini/menu.ini index cc55a89..a029113 100644 --- a/base/ini/menu.ini +++ b/base/ini/menu.ini @@ -17,6 +17,10 @@ text=Project::OSiRiON text=New Game command=connect +[button] +text=Load Game +command=menu load + [button] text=Multiplayer command=connect osirion.org @@ -46,6 +50,14 @@ command=menu options text=Disconnect command=disconnect +[button] +text=Load Game +command=menu load + +[button] +text=Save Game +command=menu save + [button] text=Quit command=quit -- cgit v1.2.3