cleanup
This commit is contained in:
parent
826638416f
commit
ef9d9c8fcc
|
@ -11,7 +11,6 @@ pub const HUD_REFRESH_TIME: f32 = 0.1;
|
||||||
pub const FONT: &str = "fonts/Yupiter-Regular.ttf";
|
pub const FONT: &str = "fonts/Yupiter-Regular.ttf";
|
||||||
pub const LOG_MAX: usize = 20;
|
pub const LOG_MAX: usize = 20;
|
||||||
pub const LOG_MAX_TIME_S: u64 = 20;
|
pub const LOG_MAX_TIME_S: u64 = 20;
|
||||||
pub const CHOICE_NONE: &str = "";
|
|
||||||
pub const AMBIENT_LIGHT: f32 = 0.0; // Space is DARK
|
pub const AMBIENT_LIGHT: f32 = 0.0; // Space is DARK
|
||||||
pub const AMBIENT_LIGHT_AR: f32 = 15.0;
|
pub const AMBIENT_LIGHT_AR: f32 = 15.0;
|
||||||
//pub const REPLY_NUMBERS: [char; 10] = ['❶', '❷', '❸', '❹', '❺', '❻', '❼', '❽', '❾', '⓿'];
|
//pub const REPLY_NUMBERS: [char; 10] = ['❶', '❷', '❸', '❹', '❺', '❻', '❼', '❽', '❾', '⓿'];
|
||||||
|
|
Loading…
Reference in a new issue