From 242b4ab47041d599060c19efea65dfb5a7dfcc88 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Wed, 1 Nov 2023 16:06:48 -0700 Subject: [PATCH] style modifiers in mode --- src/model.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/model.rs b/src/model.rs index c53e5ac..00ed3b0 100644 --- a/src/model.rs +++ b/src/model.rs @@ -50,6 +50,8 @@ pub struct IndexedModelInstances{ } //stage description referencing flattened ids is spooky, but the map loading is meant to be deterministic. pub struct ModeDescription{ + //TODO: put "default" style modifiers in mode + //pub style:StyleModifiers, pub start:usize,//start=model_id pub spawns:Vec,//spawns[spawn_id]=model_id pub spawn_from_stage_id:std::collections::HashMap::,