mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 18:54:34 +00:00
Add .tga to Add Texture filter
This commit is contained in:
@@ -1947,7 +1947,7 @@ namespace PckStudio
|
||||
private void addTextureToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
using OpenFileDialog fileDialog = new OpenFileDialog();
|
||||
fileDialog.Filter = "Texture File(*.png)|*.png";
|
||||
fileDialog.Filter = "Texture File(*.png;*.tga)|*.png;*.tga";
|
||||
if (fileDialog.ShowDialog() == DialogResult.OK)
|
||||
{
|
||||
using RenamePrompt renamePrompt = new RenamePrompt(Path.GetFileName(fileDialog.FileName));
|
||||
|
||||
Reference in New Issue
Block a user