some notes on the progress of PixSpace
This commit is contained in:
parent
fe7891a978
commit
f827133ca8
4 changed files with 40 additions and 2 deletions
|
@ -5,7 +5,7 @@ mod offaxis;
|
|||
|
||||
fn main() {
|
||||
App::new()
|
||||
.insert_resource(ClearColor(Color::rgb(0.0,0.02,0.1)))
|
||||
.insert_resource(ClearColor(Color::rgb(0.0,0.1,0.9)))
|
||||
.insert_resource(WindowDescriptor{
|
||||
title: "PixSpace".to_string(),
|
||||
width: 1280.0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue