Slow down movement
This commit is contained in:
parent
9e0933e5c9
commit
48d4caf8bb
|
@ -48,13 +48,13 @@ BRK
|
||||||
|
|
||||||
@on-frame ( -> )
|
@on-frame ( -> )
|
||||||
|
|
||||||
[ LIT &rate $1 ] INC DUP #03 EQU ,&go JCN
|
[ LIT &rate $1 ] INC DUP #04 EQU ,&go JCN
|
||||||
,&rate STR BRK &go
|
,&rate STR BRK &go
|
||||||
POP #00 ,&rate STR
|
POP #00 ,&rate STR
|
||||||
|
|
||||||
.Controller/button DEI
|
.Controller/button DEI
|
||||||
DUP #10 AND #00 EQU ,&no-u JCN
|
DUP #10 AND #00 EQU ,&no-u JCN
|
||||||
.player/r LDZ2 #0006 ;raycast JSR2
|
.player/r LDZ2 #0008 ;raycast JSR2
|
||||||
.player/y STZ2
|
.player/y STZ2
|
||||||
.player/x STZ2
|
.player/x STZ2
|
||||||
&no-u
|
&no-u
|
||||||
|
@ -170,7 +170,10 @@ JMP2r
|
||||||
#05 .Screen/sprite DEO
|
#05 .Screen/sprite DEO
|
||||||
|
|
||||||
.player/x LDZ2 .player/y LDZ2 ;to-scale JSR2
|
.player/x LDZ2 .player/y LDZ2 ;to-scale JSR2
|
||||||
.player/r LDZ2 ;ray-pos JSR2 ;to-scale JSR2
|
.player/r LDZ2 ;ray-pos JSR2
|
||||||
|
OVR2 ;print JSR2 #2018 DEO
|
||||||
|
DUP2 ;print JSR2 #0a18 DEO
|
||||||
|
;to-scale JSR2
|
||||||
#01 ;draw-line JSR2
|
#01 ;draw-line JSR2
|
||||||
|
|
||||||
.player/x LDZ2 .player/y LDZ2 ;to-scale JSR2
|
.player/x LDZ2 .player/y LDZ2 ;to-scale JSR2
|
||||||
|
|
Loading…
Reference in New Issue