add Transform and Rigidbody components (test)

This commit is contained in:
MihailRis
2024-06-27 07:43:38 +03:00
parent f70e923c7c
commit 94dd69350d
4 changed files with 34 additions and 4 deletions
+2
View File
@@ -21,8 +21,10 @@ extern const luaL_Reg jsonlib [];
extern const luaL_Reg mat4lib [];
extern const luaL_Reg packlib [];
extern const luaL_Reg playerlib [];
extern const luaL_Reg rigidbodylib [];
extern const luaL_Reg timelib [];
extern const luaL_Reg tomllib [];
extern const luaL_Reg transformlib [];
extern const luaL_Reg vec2lib [];
extern const luaL_Reg vec3lib [];
extern const luaL_Reg vec4lib [];