mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Most remaining level editor work
This commit is contained in:
@@ -25,3 +25,8 @@ PortabilityLayer::RGBAColor StdColors::Blue()
|
||||
{
|
||||
return PortabilityLayer::RGBAColor::Create(0, 0, 255, 255);
|
||||
}
|
||||
|
||||
PortabilityLayer::RGBAColor StdColors::Magenta()
|
||||
{
|
||||
return PortabilityLayer::RGBAColor::Create(255, 0, 255, 255);
|
||||
}
|
||||
|
Reference in New Issue
Block a user