[MIRROR] Fixes weird wording in STANDARDS for critical tgui [MDB IGNORE] (#13061)

* Fixes weird wording in STANDARDS for critical tgui (#66447)

* Fixes weird wording in STANDARDS for critical tgui

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-24 19:37:22 +01:00
committed by GitHub
co-authored by Mothblocks
parent 44978db9ac
commit dbc10c0fd7
+1 -1
View File
@@ -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)