mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
# Description This sucked, this sucks less now. --- # TODO - [x] Use ABGC on Jobs - [x] Use ABGC on Antags - [x] Improve marking editor - [x] Make it use real toggleable Buttons - [x] Remove the enabled/sort order side - [x] Make buttons bigger and improve previews - Move it to the Appearance tab https://github.com/Simple-Station/Einstein-Engines/pull/2241 - [x] Add a Clear button to the search - [x] Display all 4 sprite directions at once instead of using the stupid rotation thing - [x] Move import/export/save buttons - [x] Move name somewhere within the tabs - Load markings after other stuff in the profile <!-- Another PR CharacterRequirements don't need to be given dependencies Markings use CharacterRequirements --> --- <details><summary><h1>Media</h1></summary> <p>       </p> </details> --- # Changelog 🆑 - tweak: Improved readability of many parts of the character editor with colored rows - tweak: Cleaned up some little bits of the character editor, most notably removing a tiny margin that was shrinking every tab - fix: Fixed the style of the Background tab of the character editor being very wonky due to misplaced UI elements - tweak: Made the Jobs tab use proper headers for the department titles - tweak: Improved the Marking editor - tweak: Improved the layout of the character editor - tweak: Improved some button names in the character editor - add: The character editor now shows all 4 directions of your character preview at once --------- Co-authored-by: VMSolidus <evilexecutive@gmail.com> (cherry picked from commit 7e5b3345409dfdabde4ea56d3ecdd34a5ecdd46f)
16 lines
597 B
XML
16 lines
597 B
XML
<BoxContainer xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Orientation="Horizontal">
|
|
<Label Name="TitleLabel"
|
|
Margin="0 0 5 0"
|
|
MouseFilter="Stop"/>
|
|
|
|
<Control HorizontalExpand="True"/>
|
|
|
|
<!--21 was the height of OptionsContainer at the time that this button was added. So I am limiting the texture to 21x21-->
|
|
<Control SetSize="21 21">
|
|
<TextureButton Name="Help" StyleClasses="HelpButton"/>
|
|
</Control>
|
|
<BoxContainer Name="OptionsContainer" SetWidth="400"/>
|
|
</BoxContainer>
|