mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:27:36 +02:00
start gearing up for track 5
it is battery acid color (i will change it) i probably did this wrong
This commit is contained in:
@ -59,6 +59,9 @@ namespace HeavenStudio.Editor
|
||||
case 3:
|
||||
c = theme.properties.Layer4Col.Hex2RGB();
|
||||
break;
|
||||
case 4:
|
||||
c = theme.properties.Layer5Col.Hex2RGB();
|
||||
break;
|
||||
}
|
||||
|
||||
layer.GetComponent<Image>().color = c;
|
||||
|
Reference in New Issue
Block a user