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:
Scionwest_cp 2009-11-27 23:44:11 -08:00
parent 7869b47411
commit 0b350c3222
6 changed files with 182 additions and 76 deletions

View file

@ -314,6 +314,7 @@ namespace RoomDesigner
_CurrentRoom = new Room();
_CurrentDoor = new Door(AvailableTravelDirections.None);
SetupRoomScript();
propertyDoor.SelectedObject = null;
propertyRoom.SelectedObject = _CurrentRoom;