rework networking indicator dot

This commit is contained in:
2025-04-20 07:33:34 +01:00
parent 6079a72f47
commit d789b0f62d
5 changed files with 31 additions and 30 deletions
-7
View File
@@ -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);
}