-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: animation background * add:lobby UI * tweak * WD EDIT * fix * tweak: button color * fix * test * feat: add changelog button to lobby --------- Co-authored-by: Remuchi <[email protected]>
- Loading branch information
Showing
39 changed files
with
1,964 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<Control Name="CFlavorText" HorizontalExpand="True" xmlns="https://spacestation14.io"> | ||
<BoxContainer Orientation="Vertical" HorizontalExpand="True"> | ||
<TextEdit Name="CFlavorTextInput" Access="Public" MinSize="220 100" Margin="10" HorizontalExpand="True" VerticalExpand="True" /> | ||
</BoxContainer> | ||
<Control Name="CFlavorText" HorizontalExpand="True" xmlns="https://spacestation14.io" | ||
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"> <!-- WD EDIT --> | ||
<PanelContainer> <!-- WD EDIT --> | ||
<!-- WD EDIT START--> | ||
<PanelContainer.PanelOverride> | ||
<graphics:StyleBoxFlat BackgroundColor="#111111" /> | ||
</PanelContainer.PanelOverride> | ||
<!-- WD EDIT END--> | ||
|
||
<BoxContainer Orientation="Vertical" HorizontalExpand="True"> | ||
<TextEdit Name="CFlavorTextInput" Access="Public" MinSize="220 100" Margin="10" HorizontalExpand="True" VerticalExpand="True" /> | ||
</BoxContainer> | ||
</PanelContainer> | ||
</Control> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.