Release 0.9.2

This commit is contained in:
2021-05-18 10:38:44 +05:00
parent 3cddebe08a
commit 81489f6e99
46 changed files with 296 additions and 51233 deletions

View File

@@ -4,7 +4,7 @@
//Массив цветов статусов
var statColor = [];
//Текущий статус
var status = 0;
var status = -1;
/*Проценты поднимаются снизу вверх (false)
*или слева направо (true)*/
var rotate = false;

File diff suppressed because one or more lines are too long