1
0
Fork 0
mirror of https://github.com/Reuh/ubiquitousse.git synced 2025-10-27 17:19:31 +00:00

Made modules indepent

This commit is contained in:
Reuh 2017-04-05 20:44:00 +02:00
parent b55c6b0dfd
commit b2d22c75d1
6 changed files with 24 additions and 12 deletions

View file

@ -1,6 +1,6 @@
-- ubiquitousse.input
local uqt = require((...):match("^(.-ubiquitousse)%."))
local draw = require((...):match("^(.-ubiquitousse)%.")..".draw")
local draw = uqt.draw
--- Used to store inputs which were updated this frame
-- { Input: true, ... }