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:
ThatZeoMan
2022-07-28 00:17:02 -05:00
parent 774bbea916
commit aa9379e21e
8 changed files with 225 additions and 43 deletions

View File

@ -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;