-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.lua
More file actions
31 lines (28 loc) · 1 KB
/
init.lua
File metadata and controls
31 lines (28 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--[[
.;lokKKKKKXXXXX0o,.
.,lxOKKkdl:,.':llcldONNOl;;,.
;OX0dc,.. ...'',;,cxKKK00K0x:.
cXXc. ....''''.';lON0;
cNK:. ..'''........oXK;
.ONc ...';:::::;..... .dWk
;XK, .....,;:ccloolc:,. .;OWd
.xWd. .....'',,,;;coooddol::,';lkXKl'
,KX; ........',;;;;;coc::;ccclc;,oNWl
oWk. .lo,,'...',;:cccc:,;:ldxkx:.;OMx
kWl. .::','...',;:cclo::cclodkkl,:KNc
oN0:. ...'. ..',,;clll:::clodxo;'dNO'
OXKc.. ... ..',,;:::c::ldxdooc,lXX:
'kK0Ok; ...',,,;;::::loddddk0X0:
'OXKl.....'',,,,,;:codolo0WO:'
'ONO:'''''','''',;cocckW0'
'lXXxc:::;,,'''',;llkNX'
'xXX0kxoc::::;cONXO'
'cx0XXK000OOKNO'
]]
local root = (...) and (...):gsub('%.init$', '') .. "." or ""
require(root.."Vector2")
require(root.."Vector3")
require(root.."Vector4")
require(root.."Matrix2")
require(root.."Matrix3")
require(root.."Matrix4")