Change oraganization of ui's programs #94

Merged
raphael merged 4 commits from oraganization-of-ui into main 2024-03-31 23:13:58 +00:00
Showing only changes of commit 7882151879 - Show all commits

View file

@ -4,9 +4,9 @@ pub mod hover;
pub mod responsive_scale;
use bevy::prelude::*;
use responsive_scale::ResponsiveScalingPlugin;
use self::hover::HoverPlugin;
use self::responsive_scale::ResponsiveScalingPlugin;
/// The plugin for the UI.
pub struct UiPlugin;