feat: progress bar for refilling air and config for durations of progress bars

This commit is contained in:
unknown
2023-11-09 22:30:54 -08:00
parent 5bf410321a
commit 75d54d7df5
3 changed files with 25 additions and 8 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
Config = {}
Config.OxygenLevel = 100 -- in seconds
Config.OxygenLevel = 100 -- in seconds
Config.PutOnSuitTimeMs = 5000
Config.TakeOffSuitTimeMs = 5000
Config.RefillTankTimeMs = 5000