# HG changeset patch # User Wuzzy # Date 1547513227 -3600 # Node ID 825fe522f4f1bbd2fb84db5acf8db362082df0aa # Parent c3bbe56156e572fbe6d22945b7625d6e4ae489fe Target practice: Change target radar color to red diff -r c3bbe56156e5 -r 825fe522f4f1 share/hedgewars/Data/Scripts/TargetPractice.lua --- a/share/hedgewars/Data/Scripts/TargetPractice.lua Tue Jan 15 00:48:57 2019 +0100 +++ b/share/hedgewars/Data/Scripts/TargetPractice.lua Tue Jan 15 01:47:07 2019 +0100 @@ -102,7 +102,7 @@ by the number of shots. (default: "You have shot %d times.") - useRadar Whether to use target radar (small circles that mark the position of the next target). (default: true). Note: Still needs to be unlocked. - - radarTint: RGBA color of the target radar (default: 0x8080FFFF). Use this field + - radarTint: RGBA color of the target radar (default: 0xFF3030FF). Use this field if the target radar would be hard to see against the background. ]] @@ -116,7 +116,7 @@ if params.shootText == nil then params.shootText = loc("You have shot %d times.") end if params.clanColor == nil then params.clanColor = -1 end if params.wind == nil then params.wind = 0 end - if params.radarTint == nil then params.radarTint = 0x8080FFFF end + if params.radarTint == nil then params.radarTint = 0xFF3030FF end if params.useRadar == nil then params.useRadar = true end local solid, artillery