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