Added keyboard controls

This commit is contained in:
Devine Lu Linvega 2024-08-26 15:59:56 -07:00
parent 748d00a166
commit e765cf2396
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,7 @@
( name ) "m291 0a
( desc ) "Audio 20 "Player 0a
( auth ) "By 20 "Devine 20 "Lu 20 "Linvega 0a
( date ) "25 20 "Aug 20 "2024 $2
( date ) "26 20 "Aug 20 "2024 $2
(
@|vectors )
@ -127,6 +127,8 @@
.Controller/button DEI
( up ) DUP #10 NEQ ?{ #ff <move> }
( down ) DUP #20 NEQ ?{ #01 <move> }
( left ) DUP #40 NEQ ?{ <escape> }
( right ) DUP #80 NEQ ?{ .selection LDZ <pick> }
( A ) DUP #01 NEQ ?{ .selection LDZ <pick> }
POP BRK