mirror of
https://github.com/unixtensor/Roblox-Elevator-Game.git
synced 2025-12-14 14:51:55 +00:00
Paste --!optimize 2, --!native, and --!strict everywhere
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
--My versions
|
||||
|
||||
type EaseFunction = (n: number) -> number
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local Camera = {}
|
||||
Camera.__index = Camera
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
--I couldn't get ContextActionService to work how i wanted it to
|
||||
|
||||
local BindLink = {}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local Delta = {
|
||||
FPS = 60
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
@@ -1,3 +1,7 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local StringModule = {}
|
||||
StringModule.__index = StringModule
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local CS = game:GetService("CollectionService")
|
||||
|
||||
local exports: {[string]: Instance} = {}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
--!optimize 2
|
||||
--!native
|
||||
--!strict
|
||||
|
||||
local Tween = {}
|
||||
Tween.__index = Tween
|
||||
|
||||
|
||||
Reference in New Issue
Block a user