mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
Built with pure steam coming out of my brain, have to heal brain power after a long break of programming
This commit is contained in:
@@ -15,18 +15,6 @@ local Leveling: {number} = {
|
||||
[10] = 239.245,
|
||||
}
|
||||
|
||||
--Primarily used for the lanterns
|
||||
local LevelingBetween: {number} = {}
|
||||
|
||||
--Calculate between leveling
|
||||
for n: number = 1, #Leveling do
|
||||
local FloorAhead: number? = Leveling[n+1]
|
||||
if FloorAhead then
|
||||
LevelingBetween[n] = (Leveling[n]+FloorAhead)/2
|
||||
end
|
||||
end
|
||||
|
||||
return {
|
||||
Leveling = Leveling,
|
||||
LevelingBetween = LevelingBetween
|
||||
}
|
||||
Leveling = Leveling
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user