Non-WinForms launcher with auto updater

This commit is contained in:
Regalis
2015-09-11 22:13:44 +03:00
parent ea15397725
commit 29a6260d0f
104 changed files with 46296 additions and 5638 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ using System.Xml.Linq;
namespace Subsurface
{
class Sprite
public class Sprite
{
static List<Sprite> list = new List<Sprite>();
//the file from which the texture is loaded
@@ -170,7 +170,7 @@ namespace Subsurface
if (File.Exists(file))
{
return Game1.TextureLoader.FromFile(file);
return TextureLoader.FromFile(file);
}
else
{