mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-05 15:00:06 +00:00
CPunch
43aa4eaeb8
- CMakeLists.txt, Makefile, and appveyor now use luajit - lua/LuaManager.[ch]pp has been added which includes a basic script loader & thread scheduler - SCRIPTSDIR has been added to settings.[ch]pp, this specifies what directory lua scripts should be loaded from - Makefile has been updated to include lua/LuaManager.[ch]pp
3 lines
68 B
Lua
3 lines
68 B
Lua
print("Hello world!")
|
|
wait(2)
|
|
print("Hello world ~2 seconds later!") |