mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user