fix: Fix #52 (Move/interaction click outside grid) and fix
move/interaction click through popups
This commit is contained in:
@@ -14,6 +14,7 @@ pub fn open_settings(commands: &mut Commands) {
|
||||
},
|
||||
ZIndex(1),
|
||||
BackgroundColor(Color::srgba(0.0, 0.0, 0.0, 0.8)),
|
||||
GlobalTransform::default(),
|
||||
))
|
||||
.with_children(|parent| {
|
||||
parent
|
||||
|
||||
Reference in New Issue
Block a user