Made the fans be annimated
This commit is contained in:
@@ -32,7 +32,10 @@ namespace Fruitomation.UI
|
||||
{
|
||||
int srcW = source.width;
|
||||
int srcH = source.height;
|
||||
Texture2D result = new(srcW * cols, srcH * rows);
|
||||
Texture2D result = new(srcW * cols, srcH * rows)
|
||||
{
|
||||
filterMode = FilterMode.Point
|
||||
};
|
||||
|
||||
Color[] srcPixels = source.GetPixels();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user