MUD Engine:
- Assigned Default property values to some of the Realm class properties Realm Explorer: - Can now delete existing Realms - Script tab included into explorer - Realm base script is generated now. - Realm Exporer now asks to overwrite an existing file prior to saving. Room Designer: - Creating a new room now resets the script.
This commit is contained in:
parent
7869b47411
commit
0b350c3222
6 changed files with 182 additions and 76 deletions
|
@ -314,6 +314,7 @@ namespace RoomDesigner
|
|||
|
||||
_CurrentRoom = new Room();
|
||||
_CurrentDoor = new Door(AvailableTravelDirections.None);
|
||||
SetupRoomScript();
|
||||
|
||||
propertyDoor.SelectedObject = null;
|
||||
propertyRoom.SelectedObject = _CurrentRoom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue