Added entity material type to form list

This commit is contained in:
MattNL
2023-06-11 08:33:27 -04:00
parent 04a26f952f
commit 486944fb62

View File

@@ -72,14 +72,14 @@
// addToolStripMenuItem
//
this.addToolStripMenuItem.Name = "addToolStripMenuItem";
this.addToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.addToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.addToolStripMenuItem.Text = "Add Entry";
this.addToolStripMenuItem.Click += new System.EventHandler(this.addToolStripMenuItem_Click);
//
// removeToolStripMenuItem
//
this.removeToolStripMenuItem.Name = "removeToolStripMenuItem";
this.removeToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
this.removeToolStripMenuItem.Size = new System.Drawing.Size(126, 22);
this.removeToolStripMenuItem.Text = "Remove";
this.removeToolStripMenuItem.Click += new System.EventHandler(this.removeToolStripMenuItem_Click);
//
@@ -135,6 +135,7 @@
this.materialComboBox.FormattingEnabled = true;
this.materialComboBox.ItemHeight = 23;
this.materialComboBox.Items.AddRange(new object[] {
"entity",
"entity_alphatest",
"entity_emissive_alpha",
"entity_emissive_alpha_only",