перенос файлов клиента из папки White в _White
This commit is contained in:
13
Content.Client/_White/Economy/Ui/VendingItem.xaml
Normal file
13
Content.Client/_White/Economy/Ui/VendingItem.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user