mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
moved stuff around
This commit is contained in:
parent
4d4f6f14e2
commit
570d9c19a8
@ -3,8 +3,7 @@ namespace NovetusLauncher
|
||||
{
|
||||
class LocalPaths
|
||||
{
|
||||
//plugins???? UNCOMMENT.
|
||||
//public static readonly string BasePath = RootPath.Replace(@"\", @"\\");
|
||||
//public static readonly string PluginPath = GlobalPaths.BasePath + "\\plugins";
|
||||
|
||||
//assetcache
|
||||
public static readonly string DirFonts = "\\fonts";
|
||||
|
@ -134,14 +134,14 @@
|
||||
<Compile Include="CharacterCustomization\CharacterCustomization.Designer.cs">
|
||||
<DependentUpon>CharacterCustomization.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Classes\AddonLoader.cs" />
|
||||
<Compile Include="Classes\Launcher\AddonLoader.cs" />
|
||||
<Compile Include="Classes\CharCustom\IconLoader.cs" />
|
||||
<Compile Include="Classes\LocalPaths.cs" />
|
||||
<Compile Include="Classes\SDK\Downloader.cs" />
|
||||
<Compile Include="Classes\SDK\RobloxXMLLocalizer.cs" />
|
||||
<Compile Include="Classes\SplashLoader.cs" />
|
||||
<Compile Include="Classes\Launcher\SplashLoader.cs" />
|
||||
<Compile Include="Classes\WinForms\FormExt.cs" />
|
||||
<Compile Include="Classes\LocalVars.cs" />
|
||||
<Compile Include="Classes\Launcher\LocalVars.cs" />
|
||||
<Compile Include="Classes\WinForms\TabControlWithoutHeader.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
|
@ -7,6 +7,7 @@
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace NovetusLauncher
|
||||
@ -29,6 +30,7 @@ namespace NovetusLauncher
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
|
||||
LauncherFuncs.ReadInfoFile(GlobalPaths.ConfigDir + "\\" + GlobalVars.InfoName);
|
||||
LauncherFuncs.Config(GlobalPaths.ConfigDir + "\\" + GlobalVars.ConfigName, false);
|
||||
if (args.Length == 0)
|
||||
@ -56,6 +58,5 @@ namespace NovetusLauncher
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user