1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-10-01 07:59:30 +00:00

clarified the input section

This commit is contained in:
MonstersGoBoom 2019-09-17 20:50:37 -04:00 committed by Karol Stasiak
parent e376ba5e2a
commit 0988bfc75f

View File

@ -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
}