refactor: session state save data as bin file

This commit is contained in:
Nova
2025-08-29 11:54:06 -07:00
parent 8e9ac71ebb
commit ec50f38dfd
3 changed files with 18 additions and 10 deletions

View File

@@ -194,7 +194,7 @@ fn build_line_mesh(
perceptual_roughness: 1.0,
// TODO: this should be Blend
alpha_mode: AlphaMode::Opaque,
unlit: true,
emissive: Color::srgba_u8(128, 128, 128, 255).into(),
..default()
})),
));