diff options
author | Stijn Buys <ingar@osirion.org> | 2012-01-15 17:00:24 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-01-15 17:00:24 +0000 |
commit | 0df66233815e9e9c6f66df78205158ab7bd18206 (patch) | |
tree | 7c9dee8e45c494f7714d4b1c32c97ae324f70633 /base/ini | |
parent | f5fb51c47a6c873b42d2f150d4b72c98473fa5e2 (diff) |
Added Load Game and Save Game buttons to the main menu.
Diffstat (limited to 'base/ini')
-rw-r--r-- | base/ini/menu.ini | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -18,6 +18,10 @@ text=New Game command=connect [button] +text=Load Game +command=menu load + +[button] text=Multiplayer command=connect osirion.org @@ -47,6 +51,14 @@ text=Disconnect command=disconnect [button] +text=Load Game +command=menu load + +[button] +text=Save Game +command=menu save + +[button] text=Quit command=quit |