Replace clickable images with actual buttons
With the new icons the clickable images for adding functions for the Visject surface got too small and unreadable. Instead using more visible buttons should counteract this.
This commit is contained in:
@@ -46,6 +46,10 @@ namespace FlaxEditor
|
||||
public SpriteHandle Down32;
|
||||
public SpriteHandle FolderClosed32;
|
||||
public SpriteHandle FolderOpen32;
|
||||
public SpriteHandle FolderFill32;
|
||||
public SpriteHandle Info32;
|
||||
public SpriteHandle Warning32;
|
||||
public SpriteHandle Error32;
|
||||
|
||||
// Visject
|
||||
public SpriteHandle VisjectBoxOpen32;
|
||||
@@ -128,6 +132,10 @@ namespace FlaxEditor
|
||||
public SpriteHandle AndroidIcon128;
|
||||
public SpriteHandle PS4Icon128;
|
||||
public SpriteHandle FlaxLogo128;
|
||||
public SpriteHandle SwitchIcon128;
|
||||
public SpriteHandle SwitchSettings128;
|
||||
public SpriteHandle Json128;
|
||||
public SpriteHandle LocalizationSettings128;
|
||||
|
||||
internal void LoadIcons()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user