MUDEngine:
* Door.cs - Now contains a TravelDirection property so rooms can find what travel direction each doorway within uses. * Room - Now contains a collection for Installed Doors * TravelDirections.cs - Now contains a 'None' enumerable value. Room Designer: * Did some additional work on implementing Installed Doors and handling their changing Installed/Uninstalled values.
This commit is contained in:
parent
ab8d46ed3c
commit
4cfd6177bb
5 changed files with 68 additions and 2 deletions
1
RoomDesigner/frmMain.Designer.cs
generated
1
RoomDesigner/frmMain.Designer.cs
generated
|
@ -284,6 +284,7 @@
|
|||
this.propertyDoor.Name = "propertyDoor";
|
||||
this.propertyDoor.Size = new System.Drawing.Size(350, 183);
|
||||
this.propertyDoor.TabIndex = 4;
|
||||
this.propertyDoor.PropertyValueChanged += new System.Windows.Forms.PropertyValueChangedEventHandler(this.propertyDoor_PropertyValueChanged);
|
||||
//
|
||||
// groupBox6
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue