mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-01-20 20:54:55 +00:00
16 lines
629 B
C#
16 lines
629 B
C#
//-----------------------------------------------------------------------------
|
|
// Torque Game Engine
|
|
//
|
|
// Copyright (c) 2001 GarageGames.Com
|
|
// Portions Copyright (c) 2001 by Sierra Online, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
//------------------------------------------------------------------------------
|
|
// Mission Editor Manager
|
|
new ActionMap(EditorMap);
|
|
|
|
EditorMap.bindCmd(keyboard, "f1", "contextHelp();", "");
|
|
EditorMap.bindCmd(keyboard, "escape", "editor.close();", "");
|
|
EditorMap.bindCmd(keyboard, "i", "Canvas.pushDialog(interiorDebugDialog);", "");
|
|
|