mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
Shield "horns" drawing.
For future use (defensive but aggressive :) ) weapons.
This commit is contained in:
@@ -792,6 +792,25 @@ ShieldVisible
|
|||||||
bne @-
|
bne @-
|
||||||
rts
|
rts
|
||||||
.endp
|
.endp
|
||||||
|
;--------------------------------------------------
|
||||||
|
.proc DrawTankShieldHorns
|
||||||
|
; use only directly after DrawTankShield
|
||||||
|
; this proc draws a little "horns" on shield.
|
||||||
|
; Symbol of defensive but aggressive :) weapon
|
||||||
|
;--------------------------------------------------
|
||||||
|
dew xdraw ; 1 pixel left
|
||||||
|
sbw ydraw #$0a ; 10 pixels up
|
||||||
|
jsr plot
|
||||||
|
dew ydraw
|
||||||
|
inw xdraw
|
||||||
|
jsr plot
|
||||||
|
sbw xdraw #$0d ; 13 pixels left
|
||||||
|
jsr plot
|
||||||
|
inw xdraw
|
||||||
|
inw ydraw
|
||||||
|
jsr plot
|
||||||
|
rts
|
||||||
|
.endp
|
||||||
|
|
||||||
;--------------------------------------------------
|
;--------------------------------------------------
|
||||||
.proc drawmountains
|
.proc drawmountains
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user