Files
RobustToolbox/Robust.Client/UserInterface/Screens/DebugBuiltinConnectionScreen.xaml
538535db9a Engine default stylesheet + debug connect screen (#4017)
* Debug connection screen

* [ContentAccessAllowed] so I can use IStateManager on engine types.

* Implement a default engine stylesheet.

* awa

* Fix an issue that can cause hangs when resolving a color.

---------

Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2023-05-11 06:38:50 -05:00

10 lines
505 B
XML

<screens:DebugBuiltinConnectionScreen
xmlns="https://spacestation14.io"
xmlns:screens="clr-namespace:Robust.Client.UserInterface.Screens">
<BoxContainer Name="ConnectionBox" Orientation="Vertical">
<LineEdit Name="UsernameEdit" Margin="2" MinWidth="200"/>
<LineEdit Name="ConnectionAddress" Text="localhost:1212" Margin="2" MinWidth="200"/>
<Button Name="ConnectButton" Text="Direct Connect" Margin="2"/>
</BoxContainer>
</screens:DebugBuiltinConnectionScreen>