tgui-next Shuttle Manipulator (#47277)

* Shuttle Manipulator UI

* rebuild

* format changes

* rebuild

* remove unnessecary key modifiers

* some code improvements

* rebuild

* rebuild
This commit is contained in:
Rob Bailey
2019-10-25 02:17:29 -07:00
committed by AnturK
parent 2dd01611fc
commit dd8bf7d5a7
3 changed files with 195 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ import { Cryo } from './interfaces/Cryo';
import { DisposalUnit } from './interfaces/DisposalUnit';
import { KitchenSink } from './interfaces/KitchenSink';
import { Mint } from './interfaces/Mint';
import { ShuttleManipulator } from './interfaces/ShuttleManipulator';
import { ThermoMachine } from './interfaces/ThermoMachine';
import { VaultController } from './interfaces/VaultController';
import { Wires } from './interfaces/Wires';
@@ -124,6 +125,10 @@ const ROUTES = {
component: () => Mint,
scrollable: false,
},
shuttle_manipulator: {
component: () => ShuttleManipulator,
scrollable: true,
},
thermomachine: {
component: () => ThermoMachine,
scrollable: false,