* Adds three new smites, headstand, locker stuff, and reptilian species swap. * Localize all the smites. * save work * More smites... * Final tweaks. * oops * !PLEH * Adds disarm prone and improved hand removal options. * fix chances. * take out the trash. * Add some admin TRICKS instead of more smites. * oop * Implements the admin test arena and associated trick. * Tricks for granting/revoking access. * e * mfw * Implement quick dialogs, for when you don't want to spend 20 minutes writing a simple dialog prompt. * Forgot the rejuv icon. * E * docs * augh * Add rename/redescribe buttons. * Adds objects menu, implements a couple tricks for stations. * 1984 * Adds a trick for effectively infinite power. * fixes some icon uggo. * a * HALT! * Pause/unpause buttons. * Forgor the textures. * they broke every bone in their body. * i added more * more battery actions, touch up battery icon. * Address reviews.
22 lines
996 B
XML
22 lines
996 B
XML
|
|
<ui:FancyWindow xmlns="https://spacestation14.io"
|
|
xmlns:ui="clr-namespace:Content.Client.UserInterface"
|
|
MouseFilter="Stop"
|
|
MinWidth="200" MinHeight="150">
|
|
<PanelContainer StyleClasses="AngleRect" />
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
<Control>
|
|
<PanelContainer StyleClasses="WindowHeadingBackground" />
|
|
<BoxContainer Margin="4 2 8 0" Orientation="Horizontal">
|
|
<Label Name="WindowTitle"
|
|
HorizontalExpand="True" VAlign="Center" StyleClasses="FancyWindowTitle" />
|
|
<TextureButton Name="CloseButton" StyleClasses="windowCloseButton"
|
|
VerticalAlignment="Center" />
|
|
</BoxContainer>
|
|
</Control>
|
|
<PanelContainer StyleClasses="LowDivider" />
|
|
<Control Access="Public" Name="ContentsContainer" Margin="0 2" RectClipContent="True" VerticalExpand="true" />
|
|
</BoxContainer>
|
|
</ui:FancyWindow>
|