improve inputs
This commit is contained in:
parent
e6133baedf
commit
641e7af6fb
@ -65,6 +65,6 @@ impl Machine {
|
|||||||
fn demo_pos(&self) -> (i32, i32) {
|
fn demo_pos(&self) -> (i32, i32) {
|
||||||
let t = (self.frame_index % 280) as i32;
|
let t = (self.frame_index % 280) as i32;
|
||||||
let z = (self.pad.a.hold_frames % 140) as i32;
|
let z = (self.pad.a.hold_frames % 140) as i32;
|
||||||
(20 + t, 80 + z)
|
(20 + t, z)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user