wip: engine enhancements and fixes
This commit is contained in:
parent
9816f14f53
commit
cc7921a5fe
27 changed files with 347 additions and 32 deletions
|
|
@ -2,9 +2,9 @@ use std::collections::HashMap;
|
|||
use std::path::{Path, PathBuf};
|
||||
|
||||
pub struct Scene {
|
||||
title: String,
|
||||
world: hecs::World,
|
||||
skybox_texture_path: Option<PathBuf>,
|
||||
pub title: String,
|
||||
pub world: hecs::World,
|
||||
pub skybox_texture_path: Option<PathBuf>,
|
||||
}
|
||||
|
||||
impl Scene {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue