Shield "horns" drawing.

For future use (defensive but aggressive :) ) weapons.
This commit is contained in:
Pecusx
2022-06-09 14:40:48 +02:00
parent cf40bf905d
commit 53e9f89012
2 changed files with 19 additions and 0 deletions
+19
View File
@@ -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
View File
Binary file not shown.