rework networking indicator dot
This commit is contained in:
@@ -8,10 +8,3 @@ pub mod game {
|
||||
pub const EXE_LEGACY: &str = "GTA5.exe";
|
||||
pub const WINDOW_TITLE: &str = "Grand Theft Auto V";
|
||||
}
|
||||
|
||||
pub mod colours {
|
||||
use eframe::egui::Color32;
|
||||
pub const RED: Color32 = Color32::from_rgb(249, 101, 84);
|
||||
pub const YELLOW: Color32 = Color32::from_rgb(249, 236, 84);
|
||||
pub const GREEN: Color32 = Color32::from_rgb(104, 249, 84);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user