mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Reee mirror bot. Hard syncs some missed PR stuff + maps (#5951)
* maps and tgui * missed defines and helpsers * controller things * datums * game folder stuff * module things * icons * stragglers * map sync and updating wew lad
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -25,10 +25,10 @@
|
||||
<ui-section>
|
||||
<ui-button icon='{{data.screen == 0 ? "check-square-o" : "square-o"}}' state='{{data.screen == 0 ? "selected" : null}}'
|
||||
action='screen' params='{"screen": 0}'>Atmospherics</ui-button>
|
||||
<ui-button icon='{{data.screen == 1 ? "check-square-o" : "square-o"}}' state='{{data.screen == 1 ? "selected" : null}}'
|
||||
action='screen' params='{"screen": 1}'>Disposals</ui-button>
|
||||
<ui-button icon='{{data.screen == 2 ? "check-square-o" : "square-o"}}' state='{{data.screen == 2 ? "selected" : null}}'
|
||||
action='screen' params='{"screen": 2}'>Disposals</ui-button>
|
||||
<ui-button icon='{{data.screen == 3 ? "check-square-o" : "square-o"}}' state='{{data.screen == 3 ? "selected" : null}}'
|
||||
action='screen' params='{"screen": 3}'>Transit Tubes</ui-button>
|
||||
action='screen' params='{"screen": 2}'>Transit Tubes</ui-button>
|
||||
</ui-section>
|
||||
{{#if data.screen == 0}}
|
||||
<ui-section label='Piping Layer'>
|
||||
|
||||
Reference in New Issue
Block a user