You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
617 B
28 lines
617 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE kpartgui>
|
|
<kpartgui name="kfouleggs" version="7">
|
|
|
|
<MenuBar>
|
|
<Menu name="multiplayers"><text>&Multiplayer</text>
|
|
<Action name="mp_single_human"/>
|
|
<Action name="mp_human_vs_human"/>
|
|
<Action name="mp_human_vs_computer"/>
|
|
<Separator/>
|
|
<Action name="mp_more"/>
|
|
</Menu>
|
|
</MenuBar>
|
|
|
|
<Menu name="popup">
|
|
<Action name="options_show_menubar"/>
|
|
<Separator/>
|
|
<Action name="game_new"/>
|
|
<Separator/>
|
|
<Action name="game_pause"/>
|
|
<Action name="game_highscores"/>
|
|
<Action name="game_print"/>
|
|
<Separator/>
|
|
<Action name="game_quit"/>
|
|
</Menu>
|
|
|
|
</kpartgui>
|