mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 09:37:03 +02:00
* 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>
10 lines
505 B
XML
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>
|