fix: make hexagons not zoneable
This commit is contained in:
@@ -83,6 +83,7 @@ impl App {
|
||||
&field,
|
||||
GrabbableSettings {
|
||||
max_distance: 0.01,
|
||||
zoneable: false,
|
||||
..Default::default()
|
||||
},
|
||||
)?;
|
||||
|
||||
@@ -136,6 +136,7 @@ impl Button {
|
||||
max_distance: 0.01,
|
||||
pointer_mode: PointerMode::Align,
|
||||
magnet: false,
|
||||
zoneable: true,
|
||||
..Default::default()
|
||||
},
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user