Adapt to new spritehandle names
Lots of files! However only change was renaming the icons overall.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace FlaxEditor.Content
|
||||
public override ContentItemSearchFilter SearchFilter => ContentItemSearchFilter.Scene;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override SpriteHandle DefaultThumbnail => Editor.Instance.Icons.Scene64;
|
||||
public override SpriteHandle DefaultThumbnail => Editor.Instance.Icons.Scene128;
|
||||
|
||||
/// <inheritdoc />
|
||||
public override bool IsOfType(Type type)
|
||||
|
||||
Reference in New Issue
Block a user