Skip to content

Commit

Permalink
Fixes weird wording in STANDARDS for critical tgui (tgstation#66447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mothblocks authored Apr 24, 2022
1 parent d52f5bd commit 1beb3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/guides/STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can avoid hacky code by using object-oriented methodologies, such as overrid
### User Interfaces

* All new player-facing user interfaces must use TGUI, unless they are critical user interfaces.
* All critical user interfaces must be done exclusively with HTML or the interface.dmf, with tgui being *optional* for this UI.
* All critical user interfaces must be usable with HTML or the interface.dmf, with tgui being *optional* for this UI.
* Examples of critical user interfaces are the chat box, the observe button, the stat panel, and the chat input.
* Documentation for TGUI can be found at:
* [tgui/README.md](../tgui/README.md)
Expand Down

0 comments on commit 1beb3f3

Please sign in to comment.