texture: First image load
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Has been cancelled
This commit is contained in:
parent
5b0ab19207
commit
29a4da5666
11 changed files with 220 additions and 72 deletions
|
@ -21,7 +21,7 @@ fn main() {
|
|||
vec![
|
||||
VirtualBinding::Keyboard(PhysicalKey::Code(KeyCode::KeyW), AxisDirection::Normal),
|
||||
VirtualBinding::Keyboard(PhysicalKey::Code(KeyCode::KeyS), AxisDirection::Invert),
|
||||
VirtualBinding::Axis(0, AxisDirection::Normal, 1.0),
|
||||
VirtualBinding::Axis(0, AxisDirection::Normal, 0.0),
|
||||
],
|
||||
),
|
||||
(
|
||||
|
@ -29,7 +29,7 @@ fn main() {
|
|||
vec![
|
||||
VirtualBinding::Keyboard(PhysicalKey::Code(KeyCode::KeyD), AxisDirection::Normal),
|
||||
VirtualBinding::Keyboard(PhysicalKey::Code(KeyCode::KeyA), AxisDirection::Invert),
|
||||
VirtualBinding::Axis(1, AxisDirection::Normal, 1.0),
|
||||
VirtualBinding::Axis(1, AxisDirection::Normal, 0.0),
|
||||
],
|
||||
),
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue