1
0
Fork 0
mirror of https://github.com/ctruLua/uCompat.git synced 2025-10-28 00:59:31 +00:00

Added Controls layer, Fixed something

This commit is contained in:
Firew0lf 2015-10-04 01:07:26 +02:00
parent 7844e5a117
commit 703418a419
2 changed files with 65 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--[[
Main µLua compatibility layer/lib for ctrµLua
Main µLua compatibility layer/lib for ctrµLua
The goal is not to provide a full compatibility, but something close.
]]
@ -13,4 +13,6 @@ ULUA_BOOT_FILE = "main.lua"
ULUA_BOOT_FULLPATH = (ULUA_DIR..ULUA_BOOT_FILE)
-- Other libs
screen = require("uCompat.screen")
require("uCompat.screen")
require("uCompat.Color")
require("uCompat.Controls")