Add image path
This commit is contained in:
parent
3dfee8c7b0
commit
52dcbc6353
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ fn main() -> Result<()> {
|
||||||
world_builder.add_system(GameState::update);
|
world_builder.add_system(GameState::update);
|
||||||
world_builder.resources.insert(GameState::Startup);
|
world_builder.resources.insert(GameState::Startup);
|
||||||
|
|
||||||
let dir = Path::new("/home/michaelh/Sync/skybox");
|
let dir = Path::new("C:/Users/M.Huebner/Downloads/Space Skybox Generator/Export");
|
||||||
|
// let dir = Path::new("/home/michaelh/Sync/skybox");
|
||||||
SkyBox::new(
|
SkyBox::new(
|
||||||
&mut world_builder,
|
&mut world_builder,
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in a new issue