mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 22:08:09 -06:00
define default_orange_color, not sure what it should be
This commit is contained in:
@@ -283,6 +283,13 @@ styles.ltnm_main_warning_frame = {
|
||||
|
||||
-- LABEL STYLES
|
||||
|
||||
--I am unsure what this was supposed to be in 1.1
|
||||
local default_orange_color = {
|
||||
r = 255,
|
||||
g = 128,
|
||||
b = 0
|
||||
}
|
||||
|
||||
local hovered_label_color = {
|
||||
r = 0.5 * (1 + default_orange_color.r),
|
||||
g = 0.5 * (1 + default_orange_color.g),
|
||||
|
||||
Reference in New Issue
Block a user