Merge pull request #8191 from abcdefg30/luawidget

Add a custom text display to lua
This commit is contained in:
Oliver Brakmann
2015-05-26 00:03:08 +02:00
11 changed files with 131 additions and 17 deletions

View File

@@ -9,10 +9,11 @@
#endregion
using System.Drawing;
using OpenRA.Scripting;
namespace OpenRA.Graphics
{
public struct HSLColor
public struct HSLColor : IScriptBindable
{
public readonly byte H;
public readonly byte S;