перенос файлов клиента из папки White в _White

This commit is contained in:
Remuchi
2024-01-28 17:32:55 +07:00
parent c80b10a688
commit 21dbccfec9
139 changed files with 345 additions and 434 deletions

View 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>