r2076 - trunk/data/menu

black at icculus.org black at icculus.org
Sat Dec 30 13:41:39 EST 2006


Author: black
Date: 2006-12-30 13:41:38 -0500 (Sat, 30 Dec 2006)
New Revision: 2076

Modified:
   trunk/data/menu/main.menu
Log:
Fix the main.menu.


Modified: trunk/data/menu/main.menu
===================================================================
--- trunk/data/menu/main.menu	2006-12-29 17:14:06 UTC (rev 2075)
+++ trunk/data/menu/main.menu	2006-12-30 18:41:38 UTC (rev 2076)
@@ -1,94 +1,91 @@
 // Property of Alientrap
 //
 // Main menu
-Item Layout Main
+Item Arrangement Main
 {
-	Item Layout MainBar
+	pos             '11 17'
+	direction       '10 0'
+
+	DeriveTemplate PictureButton MainButton
 	{
-		origin		'11 17'
-		direction 	'10 0'
-	
-		DeriveTemplate PictureButton MainButton
-		{
-			soundPressed 	"misc/menu2.wav"
-			colorSelected	[DefaultPicColor]
-		}
-	
-		Derive MainButton Campaign
-		{
-			normal		"$gfx/b_campaign"
-			selected	"$gfx/b_campaign_u"
-	
-			target	"Campaign"
-			init	Nex_Action_SetNormalPanelLink
-		}
-		Derive MainButton Join
-		{
-			normal		"$gfx/b_join"
-			selected	"$gfx/b_join_u"
-	
-			target	"JoinGame"
-			action	Nex_Action_JumpToJoinGame
-		}
-		Derive MainButton Create
-		{
-			normal		"$gfx/b_create"
-			selected	"$gfx/b_create_u"
-	
-			target 	"CreateGame"
-			init	Nex_Action_SetNormalPanelLink
-		}
-		Derive MainButton Options
-		{
-			normal		"$gfx/b_options"
-			selected	"$gfx/b_options_u"
-	
-			target	"Options"
-			init	Nex_Action_SetNormalPanelLink
-		}
-		Derive MainButton Quit
-		{
-			normal		"$gfx/b_quit"
-			selected	"$gfx/b_quit_u"
-	
-			action		Nex_Quit_Action
-		}
+		soundPressed 	"misc/menu2.wav"
+		colorSelected	[DefaultPicColor]
 	}
-	Item Layout MainInsta
+
+	Derive MainButton Campaign
 	{
-		origin		'11 715'
-		direction 	'10 0'
+		normal		"$gfx/b_campaign"
+		selected	"$gfx/b_campaign_u"
 
-		DeriveTemplate PictureButton MainButton
-		{
-			soundPressed 	"misc/menu2.wav"
-			colorSelected	[DefaultPicColor]
-		}
-	
-		Derive MainButton Credits
-		{
-			size		'119 39'
-			normal		"$gfx/b_instantaction"
-			selected	"$gfx/b_instantaction_u"
-	
-			action		Nex_Action_Instant_Action
-		}
-		Derive MainButton InstantAction
-		{
-			size		'119 39'
-			normal		"$gfx/b_credits"
-			selected	"$gfx/b_credits_u"
-	
-			action		Nex_Credits_Action
-		}
-		Derive MainButton Demos
-		{
-			size		'119 39'
-			normal		"$gfx/b_demos"
-			selected	"$gfx/b_demos_u"
-	
-			target	"Demos"
-			init	Nex_Action_SetNormalPanelLink
-		}
+		target	"Campaign"
+		init	Nex_Action_SetNormalPanelLink
 	}
+	Derive MainButton Join
+	{
+		normal		"$gfx/b_join"
+		selected	"$gfx/b_join_u"
+
+		target	"JoinGame"
+		action	Nex_Action_JumpToJoinGame
+	}
+	Derive MainButton Create
+	{
+		normal		"$gfx/b_create"
+		selected	"$gfx/b_create_u"
+
+		target 	"CreateGame"
+		init	Nex_Action_SetNormalPanelLink
+	}
+	Derive MainButton Options
+	{
+		normal		"$gfx/b_options"
+		selected	"$gfx/b_options_u"
+
+		target	"Options"
+		init	Nex_Action_SetNormalPanelLink
+	}
+	Derive MainButton Quit
+	{
+		normal		"$gfx/b_quit"
+		selected	"$gfx/b_quit_u"
+
+		action		Nex_Quit_Action
+	}
 }
+Item Arrangement InstantBar
+{
+	pos			'11 715'
+	direction 	'10 0'
+
+	DeriveTemplate PictureButton MainButton
+	{
+		soundPressed 	"misc/menu2.wav"
+		colorSelected	[DefaultPicColor]
+	}
+
+	Derive MainButton Credits
+	{
+		size		'119 39'
+		normal		"$gfx/b_instantaction"
+		selected	"$gfx/b_instantaction_u"
+
+		action		Nex_Action_Instant_Action
+	}
+	Derive MainButton InstantAction
+	{
+		size		'119 39'
+		normal		"$gfx/b_credits"
+		selected	"$gfx/b_credits_u"
+
+		action		Nex_Credits_Action
+	}
+	Derive MainButton Demos
+	{
+		size		'119 39'
+		normal		"$gfx/b_demos"
+		selected	"$gfx/b_demos_u"
+
+		target	"Demos"
+		init	Nex_Action_SetNormalPanelLink
+	}
+}




More information about the nexuiz-commits mailing list