14 lines
440 B
XML
14 lines
440 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<BoxContainer Orientation="Horizontal">
|
|
<TextureRect
|
|
Name="VendingItemTexture"
|
|
Stretch="KeepAspectCentered" />
|
|
<Label Name="VendingItemName" HorizontalExpand="True" />
|
|
<Button
|
|
Name="VendingItemBuyButton"
|
|
MinWidth="80"
|
|
HorizontalAlignment="Right"
|
|
Access="Public" />
|
|
</BoxContainer>
|
|
</Control>
|