mirror of https://github.com/teverse/teverse
update debug ui for net
This commit is contained in:
parent
f71dcddd81
commit
82cbb27e60
utilities
|
@ -1,6 +1,6 @@
|
|||
local pingScale = 300
|
||||
local downloadScale = 1024 * 1
|
||||
local uploadScale = 1024 * 1
|
||||
local downloadScale = 1024 * 5
|
||||
local uploadScale = 1024 * 5
|
||||
|
||||
return function()
|
||||
local main = teverse.construct("guiFrame", {
|
||||
|
|
Loading…
Reference in New Issue