This commit is contained in:
Quaternions 2024-02-12 22:07:40 -08:00
parent 5baff7a6e7
commit 5c9a79390a

View File

@ -245,6 +245,7 @@ fn get_attributes(object:&rbx_dom_weak::Instance,can_collide:bool,velocity:Plana
stage_id, stage_id,
gameplay_modes::Stage::new(model_id), gameplay_modes::Stage::new(model_id),
); );
//TODO: let denormalize handle this
gameplay_modes::StageElementBehaviour::SpawnAt gameplay_modes::StageElementBehaviour::SpawnAt
}, },
"SpawnAt"=>gameplay_modes::StageElementBehaviour::SpawnAt, "SpawnAt"=>gameplay_modes::StageElementBehaviour::SpawnAt,