11 lines
327 B
XML
11 lines
327 B
XML
<SS14Window xmlns="https://spacestation14.io"
|
|
MinSize="300 300"
|
|
SetSize="300 300">
|
|
<BoxContainer Orientation="Vertical">
|
|
<RichTextLabel Name="Label" />
|
|
<LineEdit Name="Input"
|
|
Access="Public"
|
|
Visible="False" />
|
|
</BoxContainer>
|
|
</SS14Window>
|