Add ps5 icon
This commit is contained in:
BIN
Content/Editor/IconsAtlas.flax
(Stored with Git LFS)
BIN
Content/Editor/IconsAtlas.flax
(Stored with Git LFS)
Binary file not shown.
@@ -135,6 +135,7 @@ namespace FlaxEditor
|
||||
public SpriteHandle Scene128;
|
||||
public SpriteHandle AndroidIcon128;
|
||||
public SpriteHandle PS4Icon128;
|
||||
public SpriteHandle PS5Icon128;
|
||||
public SpriteHandle FlaxLogo128;
|
||||
public SpriteHandle SwitchIcon128;
|
||||
public SpriteHandle SwitchSettings128;
|
||||
|
||||
@@ -90,7 +90,7 @@ namespace FlaxEditor.GUI
|
||||
new PlatformData(PlatformType.XboxScarlett, icons.XBoxScarletIcon128, "Xbox Scarlett"),
|
||||
new PlatformData(PlatformType.Android, icons.AndroidIcon128, "Android"),
|
||||
new PlatformData(PlatformType.Switch, icons.SwitchIcon128, "Switch"),
|
||||
new PlatformData(PlatformType.PS5, icons.PS4Icon128, "PlayStation 5"),
|
||||
new PlatformData(PlatformType.PS5, icons.PS5Icon128, "PlayStation 5"),
|
||||
};
|
||||
|
||||
const float IconSize = 64.0f;
|
||||
|
||||
Reference in New Issue
Block a user