Use yellow clock color in Space Invasion and Tumbler
authorWuzzy <almikes@aol.com>
Thu, 24 Nov 2016 05:41:50 +0100
changeset 12062 3d03e9294633
parent 12061 5beaf30c1cef
child 12063 797d1236a56b
Use yellow clock color in Space Invasion and Tumbler
share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua
share/hedgewars/Data/Scripts/Multiplayer/Tumbler.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua	Thu Nov 24 05:35:21 2016 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Space_Invasion.lua	Thu Nov 24 05:41:50 2016 +0100
@@ -530,7 +530,7 @@
 
 	if i == 0 then
 		yOffset = 40
-		tCol = 0xffba00ff
+		tCol = 0xffee00ff
 		tValue = TimeLeft
 	elseif i == 1 then
 		zoomL = 1.1
--- a/share/hedgewars/Data/Scripts/Multiplayer/Tumbler.lua	Thu Nov 24 05:35:21 2016 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Tumbler.lua	Thu Nov 24 05:41:50 2016 +0100
@@ -289,7 +289,7 @@
 
 	if i == 0 then
 		yOffset = 40
-		tCol = 0xffba00ff --0xffed09ff --0xffba00ff
+		tCol = 0xffee00ff
 		tValue = TimeLeft
 	elseif i == 1 then
 		zoomL = 1.1
@@ -386,7 +386,7 @@
 
 		if band(GetGearPos(gear), 0x4) ~= 0 then
 
-			AddCaption(string.format(loc("+%d seconds!"), bonusTime), 0xffba00ff, capgrpMessage2 )
+			AddCaption(string.format(loc("+%d seconds!"), bonusTime), 0xffee00ff, capgrpMessage2 )
 
 			TimeLeft = TimeLeft + bonusTime
 			DrawTag(0)