Adapt to new spritehandle names
Lots of files! However only change was renaming the icons overall.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace FlaxEditor.Windows
|
||||
|
||||
var iconImage = new Image
|
||||
{
|
||||
Brush = new SpriteBrush(Editor.Instance.Icons.Plugin64),
|
||||
Brush = new SpriteBrush(Editor.Instance.Icons.Plugin128),
|
||||
Parent = this,
|
||||
Bounds = new Rectangle(margin, margin, iconSize, iconSize),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user