add interessant
and funny
constants
This commit is contained in:
parent
7d7c1e4a1b
commit
77749bc32b
|
@ -11,6 +11,8 @@ pub const GRAVITY: i32 = 10;
|
||||||
pub const RNG: i32 = 12; // Kixiron#5289 Randomly rolled dice
|
pub const RNG: i32 = 12; // Kixiron#5289 Randomly rolled dice
|
||||||
pub const STD_RNG: i32 = 4; //The standard random number is 4 (source: https://xkcd.com/221/)
|
pub const STD_RNG: i32 = 4; //The standard random number is 4 (source: https://xkcd.com/221/)
|
||||||
pub const INF: i32 = i32::max_value();
|
pub const INF: i32 = i32::max_value();
|
||||||
|
pub const INTERESSANT: i32 = 114514; // HTGAzureX1212.#5959 interessant number
|
||||||
|
pub const FUNNY: i32 = 69; // HTGAzureX1212.#5959 funny number
|
||||||
|
|
||||||
pub const OCTOTHORPE: char = '#';
|
pub const OCTOTHORPE: char = '#';
|
||||||
pub const ANSWER: i32 = 42;
|
pub const ANSWER: i32 = 42;
|
||||||
|
|
Loading…
Reference in a new issue