mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Removing stuff pertaining to demo modes and trials, as they're redundant now.
This commit is contained in:
parent
d89c3b7c6f
commit
0d6768d57b
25 changed files with 355 additions and 846 deletions
|
|
@ -272,20 +272,3 @@ function ESettingsWindowPopup::onSelect(%this)
|
|||
EditorSettings.setValue(%this.editorSettingsValue, %this.getText());
|
||||
eval(%this.editorSettingsRead);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Demo
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
function OnWalkaboutDemoLimit()
|
||||
{
|
||||
MessageBoxOK("Walkabout demo",
|
||||
"This demo only allows two NavMeshes to be created. Sorry!");
|
||||
}
|
||||
|
||||
function OnWalkaboutDemoSave()
|
||||
{
|
||||
MessageBoxOK("Walkabout demo",
|
||||
"This demo doesn't allow you to save NavMeshes. Sorry!" SPC
|
||||
"The rest of your mission will still be saved.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue