Character controller, reimplementing shadow pass

This commit is contained in:
2024-10-15 00:02:41 +02:00
parent 55adf0971e
commit a60fe82272
7 changed files with 117 additions and 99 deletions

View File

@@ -24,9 +24,9 @@ build :: (main_path: string, game_name: string, working_dir: string = #filepath)
array_add(*new_path, "modules");
opts.import_path = new_path;
//if build_release {
if build_release {
set_optimization(*opts, .VERY_OPTIMIZED);
//}
}
compiler_begin_intercept(w);