Major refactor

This commit is contained in:
cool-mist
2026-03-14 00:41:33 +05:30
parent 810a4cb33c
commit 3cb08bf08e
11 changed files with 413 additions and 340 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use macroquad::{
};
use quad_snd::PlaySoundParams;
pub struct WidgetInput {
pub struct UserInteraction {
pub mouse_pos: Circle,
}