📜  slick options - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:42.700000             🧑  作者: Mango

代码示例3
shared.Settings = {
   Autoplay = true, -- is the autoplayer is enabled
   ReleaseDelay = 7, -- time to wait before releasing the note (in ms)
   
   Percentages = { -- accuracy percentages
       ["Sick"] = 90,
       ["Good"] = 30,
       ["Ok"] = 15,
       ["Bad"] = 1
   }
}

loadstring(game:HttpGet("https://raw.githubusercontent.com/Introvert1337/Releases/master/Funky%20Friday.lua"))()