mirror of
https://github.com/neogeek23/rust_pong.git
synced 2026-02-04 10:58:20 +00:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
|
|
(
|
||
|
|
axes: {
|
||
|
|
"left_paddle": Emulated(pos: Key(W), neg: Key(S)),
|
||
|
|
"right_paddle": Emulated(pos: Key(Up), neg: Key(Down)),
|
||
|
|
},
|
||
|
|
actions: {},
|
||
|
|
)
|