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