mirror of
https://github.com/Jusctsch5/ironsphererpg.git
synced 2026-07-13 07:25:01 +00:00
T2RPG: Initial commit of ironsphererpg directory
Taking everything obtained from http://ironsphererpg2.webs.com/ and dumping it in a git repo
This commit is contained in:
parent
fe9e2d05d1
commit
a5143b67f7
1730 changed files with 186051 additions and 0 deletions
15
scripts/editor.bind.cs
Normal file
15
scripts/editor.bind.cs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
// 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);", "");
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue