share/hedgewars/Data/Scripts/Multiplayer/Tumbler.lua
changeset 12062 3d03e9294633
parent 12053 281a4f33b08f
child 12064 54f53cf14ae4
--- 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)