changes to allow widgets to be in mods/; moved BuildPaletteWidget into mods/

This commit is contained in:
Bob
2010-07-30 20:15:14 +12:00
parent 2dd558a065
commit b4c84a11f2
11 changed files with 13 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ using OpenRA.FileFormats;
namespace OpenRA.Graphics
{
static class ChromeProvider
public static class ChromeProvider
{
static Dictionary<string, Dictionary<string, MappedImage>> collections;
static Dictionary<string, Sheet> cachedSheets;

View File

@@ -13,7 +13,7 @@ using OpenRA.FileFormats;
namespace OpenRA.Graphics
{
static class SpriteSheetBuilder
public static class SpriteSheetBuilder
{
public static void Initialize( TileSet tileset )
{

View File

@@ -17,7 +17,7 @@ using OpenRA.Widgets;
namespace OpenRA.Graphics
{
class Viewport
public class Viewport
{
readonly float2 screenSize;
float2 scrollPosition;