mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
PlasmaBlast first attempt
This commit is contained in:
+1
-1
@@ -564,7 +564,7 @@ weaponsOfDeath ; weapons used in tank death animations
|
|||||||
dta ind_Dirt_Clod
|
dta ind_Dirt_Clod
|
||||||
dta ind_Dirt_Ball
|
dta ind_Dirt_Ball
|
||||||
dta ind_Ton_of_Dirt
|
dta ind_Ton_of_Dirt
|
||||||
;dta 32 ; plasma blast!
|
dta 32 ; plasma blast!
|
||||||
weaponsOfDeathEnd
|
weaponsOfDeathEnd
|
||||||
joyToKeyTable
|
joyToKeyTable
|
||||||
.by $ff ;00
|
.by $ff ;00
|
||||||
|
|||||||
BIN
Binary file not shown.
@@ -781,6 +781,8 @@ LaserMisses
|
|||||||
.proc plasmablast
|
.proc plasmablast
|
||||||
; -----------------
|
; -----------------
|
||||||
; idea only ....
|
; idea only ....
|
||||||
|
mva #sfx_plasma_1_2 sfx_effect
|
||||||
|
mva #0 drawFunction
|
||||||
lda #60
|
lda #60
|
||||||
sta yc ; blink counter 60
|
sta yc ; blink counter 60
|
||||||
@
|
@
|
||||||
|
|||||||
Reference in New Issue
Block a user