* Give jobs & antags prototypes a guide field * A * space Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com> * Add todo * Fix merge errors --------- Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
15 lines
561 B
XML
15 lines
561 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Orientation="Horizontal">
|
|
<Label Name="TitleLabel"
|
|
Margin="5 0"
|
|
MouseFilter="Stop"/>
|
|
|
|
<!--21 was the height of OptionsContainer at the time that this button was added. So I am limiting the texture to 21x21-->
|
|
<Control SetSize="21 21">
|
|
<TextureButton Name="Help" StyleClasses="HelpButton"/>
|
|
</Control>
|
|
<BoxContainer Name="OptionsContainer"
|
|
SetWidth="400"/>
|
|
</BoxContainer>
|