Test Designer:
- Fixed crashing when users tried to edit the root node in the Project Explorer. - Added missing RealmExplorer control. Note: Use the Project->Game Management->Currency Editor to create a new Currency. Then click Save Object to save the currency. You can save the initial Project Information shown at startup, however once a currency is created the project info cannot be retrieved until next startup. You can RIGHT click on the Project Explorer and edit object shown in the explorer.
This commit is contained in:
parent
60aa7d8c33
commit
0e2f0439ec
4 changed files with 227 additions and 0 deletions
|
@ -137,6 +137,12 @@ namespace MudDesigner
|
|||
string objectPath = "";
|
||||
string objectFilename = "";
|
||||
|
||||
if (selectedNode.Text == "Game Objects")
|
||||
{
|
||||
MessageBox.Show("You cannot edit the Game Object node in the Project Explorer.");
|
||||
return;
|
||||
}
|
||||
|
||||
switch(selectedNode.Parent.Text)
|
||||
{
|
||||
case "Game Objects":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue