mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-18 20:00:56 +00:00
Parametrize script extension, default to 'tscript'
This commit is contained in:
parent
b8b62292bd
commit
099dd4f1f3
542 changed files with 774 additions and 783 deletions
|
|
@ -33,7 +33,7 @@ function initializeDebugger()
|
|||
echo(" % - Initializing Debugger");
|
||||
|
||||
// Load the scripts.
|
||||
exec("./scripts/debugger.ed.cs");
|
||||
exec("./scripts/debugger.ed.tscript");
|
||||
|
||||
// And the guis.
|
||||
exec("./gui/breakConditionDlg.ed.gui");
|
||||
Loading…
Add table
Add a link
Reference in a new issue