mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-07 21:33:47 +00:00
PckStudio(TextureAtlasEditor) - Fix Blend color not applying correctly on some tiles
This commit is contained in:
@@ -187,6 +187,7 @@ namespace PckStudio.Forms.Editor
|
||||
|
||||
if (playAnimationsToolStripMenuItem.Checked && hasAnimation)
|
||||
{
|
||||
selectTilePictureBox.UseBlendColor = false;
|
||||
selectTilePictureBox.Image = animation.CreateAnimationImage(selectTilePictureBox.BlendColor);
|
||||
selectTilePictureBox.Start();
|
||||
return;
|
||||
@@ -233,7 +234,7 @@ namespace PckStudio.Forms.Editor
|
||||
|
||||
if (selectTilePictureBox.IsPlaying)
|
||||
selectTilePictureBox.Stop();
|
||||
selectTilePictureBox.UseBlendColor = false;
|
||||
selectTilePictureBox.UseBlendColor = true;
|
||||
selectTilePictureBox.Image = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user