Files
tbd-station-14/Content.Client/Mech/Ui/MechEquipmentControl.xaml
Nemanja 913e1ee676 Exosuit: Ripley (#12668)
* mechs

* interaction relay

* atmos handling

* fuck around with interaction events

SPAGHETTI CODE OH MY GOD

* more sprites and whatever the hell

* more mech shit

* more shit for equipment

* starting equipment (for nukie mechs and such)

* equipment cycling

* starting with some of the ui

* a fat chunk of ui prototyping

* done tinkering with ui

* a bunch of ui stuff and what have yous

* cleaning up grabber and state handling

* make the ui actually functional + watch me port a million icons

I swear i'll prune the sprites later blease

* start on construction

* construction yo mamma

* remove some unused files

* fix a silly

* make the graph sane

* make it actually constructible.

* print the boards as well, bozo

* rebalance part prices

* eject action

also i appease the russians by remembering to localize

* Punch Shit

* make mech integrity and repairs work

* Make the UI more based

STOMP STOMP STOMP STOMP

* make equipment even more based

* batteries and other such delights

* make the ui look pimpin af

* make the construction mega based

* UI but so epic

* equipment

* some sweat tweaks

* damage rebalancing

* restructure tech

* fix some shit

* mechs inherit access

* make icons actually use sprite specifiers

* TRAILING COMMAA!!!!!

* fix a mild indentation sin

* undo this change because it isn't needed

* actually fix this

* secret webeditting shhhh

* place this tech here

* comments

* foo
2022-12-10 11:05:39 -06:00

27 lines
1.4 KiB
XML

<Control xmlns="https://spacestation14.io"
xmlns:customControls="clr-namespace:Content.Client.Administration.UI.CustomControls">
<Button Disabled="True"
Margin="0 0 0 0"
HorizontalExpand="True"
VerticalExpand="True"
StyleClasses="ButtonSquare">
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True" VerticalAlignment="Top">
<BoxContainer HorizontalExpand="True" VerticalExpand="True" Orientation="Horizontal">
<SpriteView
Name="EquipmentView"
OverrideDirection="South"
MinSize="32 32"
SetSize="32 32"
Scale="1 1"
RectClipContent="True"/>
<RichTextLabel Name="EquipmentName" VerticalAlignment="Center"/>
<BoxContainer Orientation="Vertical" HorizontalExpand="True" HorizontalAlignment="Right" VerticalAlignment="Center">
<TextureButton Name="RemoveButton" Scale="0.5 0.5"></TextureButton>
</BoxContainer>
</BoxContainer>
<customControls:HSeparator Name="Separator" StyleClasses="LowDivider" Visible="False"/>
<BoxContainer Name="CustomControlContainer" Margin="0 10 0 0" HorizontalExpand="True" VerticalExpand="True"></BoxContainer>
</BoxContainer>
</Button>
</Control>