This commit is contained in:
qfx 2020-02-19 23:15:57 +02:00
parent 48ee44a34b
commit 75ee456741

View File

@ -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")