diff options
author | Stijn Buys <ingar@osirion.org> | 2012-10-13 15:39:41 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-10-13 15:39:41 +0000 |
commit | a8f4d23d315154b477a576d5b6617e2638217700 (patch) | |
tree | 3029aeb25dcb45b5c0f2aceebfb87cb3b4c36b39 /base | |
parent | bae1158ce98f07f421c6a69000c1ad4f98208a66 (diff) |
Add respawn dialog to the main menu definitions.
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/menu.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/base/ini/menu.ini b/base/ini/menu.ini index a029113..223dc2d 100644 --- a/base/ini/menu.ini +++ b/base/ini/menu.ini @@ -129,3 +129,12 @@ text=Return text=Close menu align=center command=menu default + +; respawn dialog +; ------------------------------------------------------------------ + +[dialog] +label=respawn +text=Your ship has been destroyed. +button=Respawn +command=respawn, menu hide |