Merge branch 'main' into 3dSkinRenderer

This commit is contained in:
miku-666
2024-12-24 16:01:10 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1695,7 +1695,7 @@ namespace PckStudio
namePrompt.OKButtonText = "Ok";
if (namePrompt.ShowDialog(this) == DialogResult.OK)
{
currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, true);
currentPCK = InitializePack(new Random().Next(8000, int.MaxValue), 0, namePrompt.NewText, false);
MarkTemplateFile();
LoadEditorTab();
}

View File

@@ -1,5 +1,5 @@
# PCK Studio
Modify .PCK archives as you please.<br>
# PCK Studio ![GitHub All Releases](https://img.shields.io/github/downloads/PhoenixARC/-PCK-Studio/total?label=Total%20Downloads&logo=github) ![GitHub Stars](https://img.shields.io/github/stars/PhoenixARC/-PCK-Studio?label=Stars&logo=github) ![GitHub Forks](https://img.shields.io/github/forks/PhoenixARC/-PCK-Studio?label=Forks&logo=github) ![GitHub Issues](https://img.shields.io/github/issues/PhoenixARC/-PCK-Studio?label=Open%20Issues&logo=github) ![GitHub Pull Requests](https://img.shields.io/github/issues-pr/PhoenixARC/-PCK-Studio?label=Pull%20Requests&logo=github)
Modify .PCK archives as you please.<br>
> **If you have any issues or would like to suggested a feature, we encourage you to [open a new issue on Github](https://github.com/PhoenixARC/-PCK-Studio/issues).**
@@ -59,4 +59,4 @@ $ cd PCK-Studio
## Contributors
> [yaboiFoxx](https://github.com/yaboiFoxx) for Improved UI concept<br>
> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)<br>
> [XxModZxXWiiPlaza](https://github.com/XxModZxXWiiPlaza)<br>