Merge pull request #250 from ook3D/merge-3

Update train node types
This commit is contained in:
dexyfex 2024-07-16 07:42:34 +10:00 committed by GitHub
commit 5e3dfffce2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,11 +44,12 @@
this.TrainNodeTypeComboBox.FormattingEnabled = true; this.TrainNodeTypeComboBox.FormattingEnabled = true;
this.TrainNodeTypeComboBox.Items.AddRange(new object[] { this.TrainNodeTypeComboBox.Items.AddRange(new object[] {
"0 - Default", "0 - Default",
"1 - Default Station", "1 - Station Left",
"2 - Freight Station", "2 - Station Right",
"3 - (Not used)", "3 - (Not used)",
"4 - Underground", "4 - Underground",
"5 - Underground Station"}); "5 - Underground Station Left",
"6 - Underground Station Right"});
this.TrainNodeTypeComboBox.Location = new System.Drawing.Point(76, 45); this.TrainNodeTypeComboBox.Location = new System.Drawing.Point(76, 45);
this.TrainNodeTypeComboBox.Name = "TrainNodeTypeComboBox"; this.TrainNodeTypeComboBox.Name = "TrainNodeTypeComboBox";
this.TrainNodeTypeComboBox.Size = new System.Drawing.Size(142, 21); this.TrainNodeTypeComboBox.Size = new System.Drawing.Size(142, 21);