Custom entity fields, @Hide for entity member UI, queue
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#module_parameters(WITH_EDITOR := true, WITH_NETWORKING := false, action_type : Type);
|
||||
#module_parameters(WITH_EDITOR := true, WITH_NETWORKING := false, action_type : Type, entity_fields: Type);
|
||||
|
||||
Custom_Entity_Fields :: entity_fields;
|
||||
Action :: action_type;
|
||||
EDITOR :: WITH_EDITOR;
|
||||
DEBUG :: true;
|
||||
@@ -184,6 +185,7 @@ switch_engine_mode :: (to_mode: Engine_Mode) {
|
||||
#load "core/entity.jai";
|
||||
#load "core/parray.jai";
|
||||
#load "core/static_array.jai";
|
||||
#load "core/queue.jai";
|
||||
#load "core/scene.jai";
|
||||
#load "core/transform.jai";
|
||||
#load "core/camera.jai";
|
||||
|
||||
Reference in New Issue
Block a user