add comment about clear color for sky
This commit is contained in:
parent
faafb18e44
commit
6fd2c17413
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use cyber_rider::{
|
||||||
};
|
};
|
||||||
|
|
||||||
const CYBER_SKY: Color = Color::rgb(0.07, 0.001, 0.02);
|
const CYBER_SKY: Color = Color::rgb(0.07, 0.001, 0.02);
|
||||||
// const CYBER_SKY: Color = Color::rgb(0.64, 0.745, 0.937);
|
// const CYBER_SKY: Color = Color::rgb(0.64, 0.745, 0.937); // a light blue sky
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let mut app = App::new();
|
let mut app = App::new();
|
||||||
|
|
Loading…
Reference in a new issue