Add canvas UI node

This commit is contained in:
ShadelessFox
2025-01-19 14:11:56 +01:00
parent cb960ceaad
commit ee31f401aa
12 changed files with 279 additions and 2 deletions
+1
View File
@@ -115,6 +115,7 @@ void lua::init_state(State* L, StateType stateType) {
newusertype<LuaBytearray>(L);
newusertype<LuaHeightmap>(L);
newusertype<LuaVoxelFragment>(L);
newusertype<LuaCanvas>(L);
}
void lua::initialize(const EnginePaths& paths, const CoreParameters& params) {