mirror of
https://github.com/irmen/prog8.git
synced 2025-08-07 21:25:18 +00:00
updated examples
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user