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

Merge pull request #274 from plague006/patch-4

Add der-dace.com's color
This commit is contained in:
Valansch 2018-11-09 22:41:12 +01:00 committed by GitHub
commit 34c53cee51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,10 @@ local player_colors = {
['robertkruijt'] = {
color = {r = 0.275, g = 0.755, b = 0.712, a = 0.5},
chat_color = {r = 0.335, g = 0.918, b = 0.866, a = 0.5}
},
['der-dave.com'] = {
color = {r = 255, g = 162, b = 0, a = 0.5},
chat_color = {r = 255, g = 162, b = 0, a = 0.5}
}
}