fix: Fix #52 (Move/interaction click outside grid) and fix

move/interaction click through popups
This commit is contained in:
demenik
2025-11-29 16:08:51 +01:00
parent 668b7e9cdc
commit 7db11e9065
5 changed files with 63 additions and 13 deletions

View File

@@ -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