mirror of
https://github.com/irmen/prog8.git
synced 2025-01-12 04:30:03 +00:00
updated examples
This commit is contained in:
parent
7f36d08acc
commit
0fc3071a21
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -262,8 +262,9 @@ waitkey:
|
||||
c64scr.print("spc drop")
|
||||
c64scr.PLOT(27,22)
|
||||
c64scr.print(" m descend")
|
||||
c64scr.PLOT(27,23)
|
||||
c64scr.print("or joystick2")
|
||||
; @todo joystick control:
|
||||
; c64scr.PLOT(27,23)
|
||||
; c64scr.print("or joystick2")
|
||||
|
||||
c64scr.setcc(boardOffsetX-1, boardOffsetY-2, 255, 0) ; invisible barrier
|
||||
c64scr.setcc(boardOffsetX-1, boardOffsetY-3, 255, 0) ; invisible barrier
|
||||
|
Loading…
x
Reference in New Issue
Block a user