Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Mar 5, 2024
1 parent 142ad43 commit 7078eb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dev/Editor/Effekseer/GUI/Dock/CollisionsValues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CollisionsValues : DockPanel

public CollisionsValues()
{
Label = Icons.PanelDepth + MultiLanguageTextProvider.GetText("Collisions") + "###Collisions";
Label = Icons.PanelCollisions + MultiLanguageTextProvider.GetText("Collisions") + "###Collisions";
DocPage = "collisions.html";

paramerterList = new BindableComponent.ParameterList();
Expand Down
2 changes: 1 addition & 1 deletion Dev/Editor/Effekseer/GUI/Menu/WindowMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ internal sealed class WindowMenu
new DockSettings("Rotation", typeof(Dock.RotationValues), Icons.PanelRotation),
new DockSettings("Scale", typeof(Dock.ScaleValues), Icons.PanelScale),
new DockSettings("Depth", typeof(Dock.DepthValues), Icons.PanelDepth),
new DockSettings("Collisions", typeof(Dock.CollisionsValues), Icons.PanelDepth),
new DockSettings("Collisions", typeof(Dock.CollisionsValues), Icons.PanelCollisions),
new DockSettings("RenderSettings", typeof(Dock.RendererValues), Icons.PanelRender),
new DockSettings("BasicRenderSettings", typeof(Dock.RendererCommonValues), Icons.PanelRenderCommon),
new DockSettings("AdvancedRenderSettings", typeof(Dock.AdvancedRenderCommonValues), Icons.PanelAdvancedRenderCommon),
Expand Down
1 change: 1 addition & 0 deletions Dev/Editor/EffekseerCoreGUI/GUI/Icons.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public static class Icons
public const string PanelLOD = "\xec26";
public const string PanelKillRules = "\xec27";
public const string PanelGpuParticles = "\xec28";
public const string PanelCollisions = "\xec29";

public const string NodeTypeEmpty = "\xec20";
public const string NodeTypeSprite = "\xec21";
Expand Down
2 changes: 1 addition & 1 deletion ResourceData

0 comments on commit 7078eb1

Please sign in to comment.