diff options
| author | Austin Riddell <53499821+aus-tin@users.noreply.github.com> | 2020-05-19 10:37:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 18:37:35 +0300 |
| commit | d88e6d0f80211b2ace5595af9931b997eb4c6bc4 (patch) | |
| tree | 12d9a63b404c1af3e6cec9a6c19d91d55473c81f /src/client/ClientSettings.hx | |
| parent | 9168f9d5a8a6333e45309fdeabb2f71a368a5fce (diff) | |
Major frontend redesign (#5)
* Major frontend redesign
* Some improvements
Co-authored-by: RblSb <msrblsb@gmail.com>
Diffstat (limited to 'src/client/ClientSettings.hx')
| -rw-r--r-- | src/client/ClientSettings.hx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/ClientSettings.hx b/src/client/ClientSettings.hx index 213d463..03f1d23 100644 --- a/src/client/ClientSettings.hx +++ b/src/client/ClientSettings.hx @@ -5,8 +5,8 @@ typedef ClientSettings = { name:String, hash:String, isExtendedPlayer:Bool, - chatSize:Int, - playerSize:Int, + playerSize:Float, + chatSize:Float, synchThreshold:Int, isSwapped:Bool, isUserListHidden:Bool, |
