mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 06:41:55 +00:00
15 lines
168 B
Lua
15 lines
168 B
Lua
--!optimize 2
|
|
--!native
|
|
--!strict
|
|
|
|
return {
|
|
["B"] = 1.163,
|
|
[1] = 19.163,
|
|
[2] = 37.507,
|
|
[3] = 55.464,
|
|
[4] = 73.383,
|
|
[5] = 91.301,
|
|
[6] = 109.24,
|
|
[7] = 127.185,
|
|
}
|