Designer:
- Now supports the exit command, prevents the designer from crashing. Runtime: - Added a GUI based set of buttons for traversing your environments via a click-through method instead of forcing users to type commands. Engine: - Added the Exit command to exit the runtime (At this time it shuts down the Designer as well.)
This commit is contained in:
parent
79f6d36083
commit
59502408ce
6 changed files with 245 additions and 56 deletions
|
@ -84,6 +84,7 @@
|
|||
<Compile Include="MudEngine\Characters\NPC\NPCFriendly.cs" />
|
||||
<Compile Include="MudEngine\FileSystem\SaveDataTypes.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandEngine.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandExit.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandGMTeleport.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandLook.cs" />
|
||||
<Compile Include="MudEngine\GameCommands\CommandResults.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue