add 'camera' library

This commit is contained in:
MihailRis
2024-07-12 06:14:13 +03:00
parent 24ecb94942
commit ffb7aa1189
6 changed files with 56 additions and 26 deletions
+1
View File
@@ -48,6 +48,7 @@ static void create_libs(lua::State* L) {
openlib(L, "world", worldlib);
openlib(L, "entities", entitylib);
openlib(L, "cameras", cameralib);
// components
openlib(L, "__skeleton", skeletonlib);