flip, scale, angle works for subobject movement

This commit is contained in:
2023-09-21 13:38:23 +00:00
parent 81875c3436
commit 47dc6aa1fe
5 changed files with 67 additions and 27 deletions

View File

@@ -38,7 +38,6 @@ static int load_prefab(const char *fpath, const struct stat *sb, int typeflag) {
void script_startup() {
rt = JS_NewRuntime();
JS_SetMaxStackSize(rt, 0);
js = JS_NewContext(rt);
ffi_load();