mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-18 22:07:07 +00:00
clarified the input section
This commit is contained in:
parent
e376ba5e2a
commit
0988bfc75f
@ -111,6 +111,8 @@ pointer source
|
||||
lynx_wait_suzy()
|
||||
SUZYDONEACK = 0
|
||||
|
||||
// check for button held
|
||||
// if so , we scale the sprite
|
||||
|
||||
if input_btn!=0 {
|
||||
if input_dx==$ff {
|
||||
@ -127,6 +129,8 @@ pointer source
|
||||
}
|
||||
}
|
||||
else {
|
||||
// or just move it
|
||||
|
||||
if input_dy==$ff {
|
||||
demosp.ypos+=1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user