[Quake2world-dev] r411 - quake2world-data/trunk/target/default/ui

mattn at jdolan.dyndns.org mattn at jdolan.dyndns.org
Mon Apr 20 18:07:47 UTC 2009


Author: mattn
Date: 2009-04-20 18:07:47 +0000 (Mon, 20 Apr 2009)
New Revision: 411

Modified:
   quake2world-data/trunk/target/default/ui/options.ui
Log:
* updated options ui script


Modified: quake2world-data/trunk/target/default/ui/options.ui
===================================================================
--- quake2world-data/trunk/target/default/ui/options.ui	2009-04-20 17:54:17 UTC (rev 410)
+++ quake2world-data/trunk/target/default/ui/options.ui	2009-04-20 18:07:47 UTC (rev 411)
@@ -6,12 +6,24 @@
 		pos		"500 110"
 		size		"300 35"
 	}
+	string player_name_str
+	{
+		string		"_Playername"
+		color		"1 1 1 1"
+		pos		"20 110"
+	}
 
 	checkbox mouse_invert
 	{
 		current		"*cvar m_invert"
-		pos		"410 70"
+		pos		"500 150"
 	}
+	string mouse_invert_str
+	{
+		string		"_Invert mouse"
+		color		"1 1 1 1"
+		pos		"20 150"
+	}
 
 	func init
 	{



More information about the Quake2World-dev mailing list