* add conscription bag * add gar mesons * remove salvage vendor restock * add code for shop vendors * make salvage vendor a shop vendor * ui fixes * :trollface: * update locker and vendor inventory * add mining hardsuit for 3k --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
14 lines
543 B
XML
14 lines
543 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
Orientation="Horizontal"
|
|
HorizontalExpand="True"
|
|
SeparationOverride="4">
|
|
<EntityPrototypeView
|
|
Name="ItemPrototype"
|
|
Margin="4 0 0 0"
|
|
HorizontalAlignment="Center"
|
|
VerticalAlignment="Center"
|
|
MinSize="32 32"/>
|
|
<Label Name="NameLabel" SizeFlagsStretchRatio="3" HorizontalExpand="True" ClipText="True"/>
|
|
<Label Name="CostLabel" SizeFlagsStretchRatio="3" HorizontalAlignment="Right" Margin="8 0"/>
|
|
</BoxContainer>
|