1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Merge pull request #397 from plague006/resources/colors01

Fix Raiguard's color
This commit is contained in:
Matthew 2018-11-19 13:51:39 -05:00 committed by GitHub
commit fa0cc094be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ return {
chat_color = {r = 0, g = 127, b = 0, a = 0.5}
},
['Raiguard'] = {
color = {r = 35, g = 140, b = 130, a = 0.5},
chat_color = {r = 35, g = 140, b = 130, a = 0.5}
color = {a = 1, b = 0.50980395078659058, g = 0.54901963472366333, r = 0.13725490868091583},
chat_color = {a = 1, b = 0.75490200519561768, g = 0.77450978755950928, r = 0.56862747669219971}
}
}