add age
This commit is contained in:
+10
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user