Minor tweaks
This commit is contained in:
parent
e9fe0b5e87
commit
3083b2facc
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ const PP_GEN_RATE: f64 = 75.0;
|
||||||
const PARTICLE_RAND_VEL_RANGE: f32 = 0.2;
|
const PARTICLE_RAND_VEL_RANGE: f32 = 0.2;
|
||||||
const PARTICLE_RAND_VEL_DIST: f32 = 0.2828427; // dist where x and y = 0.2
|
const PARTICLE_RAND_VEL_DIST: f32 = 0.2828427; // dist where x and y = 0.2
|
||||||
const PARTICLE_RAND_ROT_RANGE: f32 = 0.5;
|
const PARTICLE_RAND_ROT_RANGE: f32 = 0.5;
|
||||||
const JOINING_OPACITY_RATE: f32 = 0.00008;
|
const JOINING_OPACITY_RATE: f32 = 0.00013;
|
||||||
const JOINING_FAR_DIST: f32 = 700.0;
|
const JOINING_FAR_DIST: f32 = 700.0;
|
||||||
const JOINING_NEAR_DIST: f32 = 150.0;
|
const JOINING_NEAR_DIST: f32 = 150.0;
|
||||||
const DOUBLE_CLICK_TIME: f64 = 350.0;
|
const DOUBLE_CLICK_TIME: f64 = 350.0;
|
||||||
|
@ -455,14 +455,14 @@ impl Menu {
|
||||||
HEIGHT_F - 130.0,
|
HEIGHT_F - 130.0,
|
||||||
40.0,
|
40.0,
|
||||||
true,
|
true,
|
||||||
"Now that you are here, it must mean a new time of",
|
"Now that you are here, it must mean a new era of",
|
||||||
),
|
),
|
||||||
Menu::text(
|
Menu::text(
|
||||||
50.0,
|
50.0,
|
||||||
HEIGHT_F - 90.0,
|
HEIGHT_F - 90.0,
|
||||||
40.0,
|
40.0,
|
||||||
false,
|
false,
|
||||||
"creation for the world.",
|
"creation for all that will be.",
|
||||||
),
|
),
|
||||||
Menu::pause(200.0, false),
|
Menu::pause(200.0, false),
|
||||||
Menu::text(
|
Menu::text(
|
||||||
|
|
Loading…
Reference in a new issue