* grid workbench * categorization * Update CP14WorkbenchWindow.xaml.cs * conditions * categories
12 lines
377 B
XML
12 lines
377 B
XML
<Control xmlns="https://spacestation14.io">
|
|
<Button Name="Button"
|
|
MaxSize="64 64">
|
|
<BoxContainer>
|
|
<EntityPrototypeView Name="View"
|
|
SetSize="64 64"
|
|
Scale="3,3"
|
|
HorizontalAlignment="Center"/>
|
|
</BoxContainer>
|
|
</Button>
|
|
</Control>
|