Paste --!optimize 2, --!native, and --!strict everywhere

This commit is contained in:
2024-02-22 16:59:31 -05:00
parent 75a476c37a
commit 1e8da39805
39 changed files with 156 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
--My versions
type EaseFunction = (n: number) -> number

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
local Camera = {}
Camera.__index = Camera

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
--I couldn't get ContextActionService to work how i wanted it to
local BindLink = {}

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
local Delta = {
FPS = 60
}

View File

@@ -0,0 +1,3 @@
--!optimize 2
--!native
--!strict

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
local StringModule = {}
StringModule.__index = StringModule

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
local CS = game:GetService("CollectionService")
local exports: {[string]: Instance} = {}

View File

@@ -1,3 +1,7 @@
--!optimize 2
--!native
--!strict
local Tween = {}
Tween.__index = Tween