Open spustlik opened 4 months ago
Correct me if I'm wrong, but I'm 93% sure it's not the intention of @spustlik to call the usage of Color.fromHex
bad, but point out the difference between the used hex color in the engine (#2185d0
, from here on out EngineBlue
) vs the hex color used in Color.ExcaliburBlue
(#176BAA
, from here on out ExcaliburBlue
).
These seem to be used interchangeably all throughout the codebase, so some time should probably be taken to pick the "official" EX hex color to consistently use everywhere.
@Autsider666 Many thanks for digging into this, I'll dig through and sort this out and make it consistent.
Who knows what past Erik was thinking here :/
I've some free time to fix this. I'd just need to know what the "real" ExcaliburBlue color is out of these 2.
This issue hasn't had any recent activity lately and is being marked as stale automatically.
line 705:
should be
Environment