Added a warning when using the Model Generator

This commit is contained in:
MattNL
2023-05-10 05:38:23 -04:00
parent 367205b409
commit 97bf6a11db

View File

@@ -114,6 +114,7 @@ namespace PckStudio
public generateModel(PckFile.PCKProperties skinProperties, Image texture)
{
MessageBox.Show(this, "This feature is now considered obsolete and will no longer recieve updates. A better alternative is currently under development. Use at your own risk.", "Obsolete Feature", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);
InitializeComponent();
boxes = skinProperties;
texturePreview.Image = texture;