From 1318dde3ca00159abe82d262db385e16501661a2 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 24 Mar 2026 18:58:32 +0100 Subject: [PATCH] Add new HSV wheel material, maintain Editor icons atlas for now #3987 --- Content/Editor/HSWheel.flax | 3 +++ Source/Editor/EditorIcons.cs | 1 + 2 files changed, 4 insertions(+) create mode 100644 Content/Editor/HSWheel.flax diff --git a/Content/Editor/HSWheel.flax b/Content/Editor/HSWheel.flax new file mode 100644 index 000000000..7fb2f0600 --- /dev/null +++ b/Content/Editor/HSWheel.flax @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946a92d15b50e01a67d9e0a9d71493b222dce2b7cc464383b07450ef3afa6888 +size 15068 diff --git a/Source/Editor/EditorIcons.cs b/Source/Editor/EditorIcons.cs index 7da1d6fb3..8688c502a 100644 --- a/Source/Editor/EditorIcons.cs +++ b/Source/Editor/EditorIcons.cs @@ -134,6 +134,7 @@ namespace FlaxEditor public SpriteHandle Document128; public SpriteHandle XBoxOne128; public SpriteHandle UWPStore128; + public SpriteHandle ColorWheel128; public SpriteHandle LinuxSettings128; public SpriteHandle NavigationSettings128; public SpriteHandle AudioSettings128;