Add iOS and Apple icons

This commit is contained in:
Wojtek Figat
2023-06-12 14:34:31 +02:00
parent 979168e82c
commit 14d12418b6
4 changed files with 7 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ namespace FlaxEditor.GUI
new PlatformData(PlatformType.Switch, icons.SwitchIcon128, "Switch"),
new PlatformData(PlatformType.PS5, icons.PS5Icon128, "PlayStation 5"),
new PlatformData(PlatformType.Mac, icons.MacOSIcon128, "macOS"),
new PlatformData(PlatformType.iOS, icons.FlaxLogo128, "iOS"),
new PlatformData(PlatformType.iOS, icons.IOSIcon128, "iOS"),
};
const float IconSize = 64.0f;