This commit is contained in:
cool-mist
2026-01-26 20:00:50 +05:30
parent dc61d6d956
commit 280150b0b0
18 changed files with 779 additions and 325 deletions
+10 -1
View File
@@ -5,7 +5,12 @@ mod button;
pub use button::*;
mod id_text_input;
pub use id_text_input::*;
mod label;
pub use label::*;
mod counter;
pub use counter::*;
use macroquad::{
audio::{self, Sound},
@@ -13,6 +18,10 @@ use macroquad::{
};
use quad_snd::PlaySoundParams;
pub struct WidgetInput {
pub mouse_pos: Circle,
}
#[allow(unused)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum UiColor {