almost working renderer
This commit is contained in:
6
OpenRA.Editor/Form1.Designer.cs
generated
6
OpenRA.Editor/Form1.Designer.cs
generated
@@ -32,8 +32,8 @@
|
||||
this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer();
|
||||
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
||||
this.tilePalette = new System.Windows.Forms.FlowLayoutPanel();
|
||||
this.surface1 = new OpenRA.Editor.Surface();
|
||||
this.tt = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.surface1 = new OpenRA.Editor.Surface();
|
||||
this.toolStripContainer1.ContentPanel.SuspendLayout();
|
||||
this.toolStripContainer1.SuspendLayout();
|
||||
this.splitContainer1.Panel1.SuspendLayout();
|
||||
@@ -81,6 +81,10 @@
|
||||
this.tilePalette.Size = new System.Drawing.Size(198, 680);
|
||||
this.tilePalette.TabIndex = 0;
|
||||
//
|
||||
// tt
|
||||
//
|
||||
this.tt.ShowAlways = true;
|
||||
//
|
||||
// surface1
|
||||
//
|
||||
this.surface1.BackColor = System.Drawing.Color.Black;
|
||||
|
||||
Reference in New Issue
Block a user