mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-05 01:37:18 +00:00
Update UI, LOCFile, COLFile, add PCKFileReader/Writer, update codebase to use new reader/class objects
This commit is contained in:
@@ -16,14 +16,12 @@ namespace PckStudio
|
||||
public static string baseurl = "https://www.pckstudio.xyz/studio/PCK/api/";
|
||||
public static string backurl = "https://raw.githubusercontent.com/PhoenixARC/pckstudio.tk/main/studio/PCK/api/";
|
||||
public static string Appdata = System.Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "/PCK Studio/";
|
||||
public static bool IsDev;
|
||||
/// <summary>
|
||||
/// The main entry point for the application.
|
||||
/// </summary>
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
IsDev = args.Length > 0 && args[0] == "-dev";
|
||||
Application.Run(new PckStudio.FormMain());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user