]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Sentry turrets - Part 5: Reuseable UI components (#35149)
authorchromiumboy <50505512+chromiumboy@users.noreply.github.com>
Sat, 3 May 2025 17:19:08 +0000 (12:19 -0500)
committerGitHub <noreply@github.com>
Sat, 3 May 2025 17:19:08 +0000 (12:19 -0500)
commitf213753e2bc796c6f0e28ef443e9deb19794d421
treeea74e78a310554cb404d66f05f68f7f30c4312d9
parent885eb7bc352feadae29deeaa1c3916e2947715e1
Sentry turrets - Part 5: Reuseable UI components (#35149)

* Initial commit

* Updated how monotone buttons are styled

* Removed unnecessary textures

* Updated attributions

* Addressing reviewer comments

* Adjusted monotone checkbox styling
21 files changed:
Content.Client/Stylesheets/StyleNano.cs
Content.Client/UserInterface/Controls/MonotoneButton.cs [new file with mode: 0644]
Content.Client/UserInterface/Controls/MonotoneCheckBox.cs [new file with mode: 0644]
Resources/Fonts/RobotoMono/ATTRIBUTION.txt [new file with mode: 0644]
Resources/Fonts/RobotoMono/LICENSE.txt [new file with mode: 0644]
Resources/Fonts/RobotoMono/RobotoMono-Bold.ttf [new file with mode: 0644]
Resources/Fonts/RobotoMono/RobotoMono-Italic.ttf [new file with mode: 0644]
Resources/Fonts/RobotoMono/RobotoMono-Regular.ttf [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/attributions.yml [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button.svg.96dpi.png.yml [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button_open_both.svg.96dpi.png [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button_open_both.svg.96dpi.png.yml [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button_open_left.svg.96dpi.png [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button_open_left.svg.96dpi.png.yml [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_button_open_right.svg.96dpi.png.yml [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_checked.svg.96dpi.png [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_checked.svg.96dpi.png.yml [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png [new file with mode: 0644]
Resources/Textures/Interface/Nano/Monotone/monotone_checkbox_unchecked.svg.96dpi.png.yml [new file with mode: 0644]