revert
This commit is contained in:
parent
48ee44a34b
commit
75ee456741
2
init.lua
2
init.lua
@ -5,7 +5,7 @@
|
|||||||
----------------------------------------------------]]
|
----------------------------------------------------]]
|
||||||
local path = ...
|
local path = ...
|
||||||
local helium = require(path..".dummy")
|
local helium = require(path..".dummy")
|
||||||
helium.conf = require(path..".local_conf") or require(path..".conf")
|
helium.conf = require(path..".conf")
|
||||||
helium.utils = require(path..".utils")
|
helium.utils = require(path..".utils")
|
||||||
helium.element = require(path..".core.element")
|
helium.element = require(path..".core.element")
|
||||||
helium.input = require(path..".core.input")
|
helium.input = require(path..".core.input")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user