mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-14 02:12:42 -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
|
-- 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 = {
|
local hovered_label_color = {
|
||||||
r = 0.5 * (1 + default_orange_color.r),
|
r = 0.5 * (1 + default_orange_color.r),
|
||||||
g = 0.5 * (1 + default_orange_color.g),
|
g = 0.5 * (1 + default_orange_color.g),
|
||||||
|
|||||||
Reference in New Issue
Block a user