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:
parent
7844e5a117
commit
703418a419
2 changed files with 65 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue