mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Relocating the particles image directory out of art/shapes/particles to art/particles. This should be a more logical and intuitive location. Relevant managed particle related datablock save location defaults have been adjusted as well.
This commit is contained in:
parent
8b997da575
commit
07c16a2f38
43 changed files with 81 additions and 81 deletions
|
|
@ -795,7 +795,6 @@ vehicleMap.bindCmd(keyboard, "ctrl f","getout();","");
|
|||
vehicleMap.bind(keyboard, space, brake);
|
||||
vehicleMap.bindCmd(keyboard, "l", "brakeLights();", "");
|
||||
vehicleMap.bindCmd(keyboard, "escape", "", "handleEscape();");
|
||||
vehicleMap.bind(keyboard, h, showControlsHelp);
|
||||
vehicleMap.bind( keyboard, v, toggleFreeLook ); // v for vanity
|
||||
//vehicleMap.bind(keyboard, tab, toggleFirstPerson );
|
||||
vehicleMap.bind(keyboard, "alt c", toggleCamera);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue