Downgrade atmos to plosiveDepressurizati

Clip text of admin log types on buttons
Add a few TODOs for the future coder
This commit is contained in:
DrSmugleaf
2021-11-24 19:01:26 +01:00
parent 25ed516eb0
commit 1342451243
3 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ public class AdminLogTypeButton : Button
public AdminLogTypeButton(LogType type)
{
Type = type;
ClipText = true;
ToggleMode = true;
Pressed = true;
}