From 5ef4fdeb7da539405cf7adbb592e51ed7c51fa25 Mon Sep 17 00:00:00 2001 From: blackhc Date: Thu, 17 Mar 2005 20:00:36 +0000 Subject: [PATCH] -Added maplist.menu git-svn-id: svn://svn.icculus.org/nexuiz/trunk@323 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- scmenu/creategame/maplist.menu | 54 ++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 scmenu/creategame/maplist.menu diff --git a/scmenu/creategame/maplist.menu b/scmenu/creategame/maplist.menu new file mode 100644 index 000000000..14bd90152 --- /dev/null +++ b/scmenu/creategame/maplist.menu @@ -0,0 +1,54 @@ +// Property of Alientrap/AK +// +// creategame/maplist.menu +Item Window MapList +{ + size '850 585' + + Derive Label MapsLabel + { + pos '0 0' + text "Map List:" + } + Derive List Maps + { + pos '0 20' + size '400 500' + + init Nex_Action_MapList_Init + } + Derive Label CycleLabel + { + pos '450 0' + text "Cycle List or some other name:" + } + Derive List Cycle + { + pos '450 20' + size '400 450' + } + Item Layout Panel + { + pos '450 470' + size '400 30' + direction [Nex_DefaultHorzDirection] + flag [FlagEmbedded] + + Derive TextButton Add + { + normal "Add" + } + Derive TextButton Remove + { + normal "Remove" + } + Derive TextButton MoveUp + { + normal "Move Up" + } + Derive TextButton MoveDown + { + normal "Move Down" + } + } +} -- 2.39.2