Files @ 787f2aabbded
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs - annotation

Jason Maltzen
Update search for paint lab interface: check for 4 corners and left/right line of solid portion of the color area, fix papyrus texture check for new brighter papyrus texture.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}