megademo: finish the starring animation

This commit is contained in:
Vince Weaver 2018-10-21 20:44:59 -04:00
parent 0ae3772739
commit 0a99359830
5 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@
28097 -- move takeoff graphics to megademo
28594 -- c64 opener actually works
28483 -- move falling apple to megademo file
28553 -- fill in the starring animation a bit more
Graphics sizes:
(LG lores=300B)

View File

@ -228,11 +228,11 @@ st_wrap:
st_wrap_done:
;==============
; timeout after 4s or so?
; timeout after 6s or so?
;==============
st_timeout:
lda FRAMEH ; 3
cmp #4 ; 2
cmp #6 ; 2
beq st_done ; 3
; -1
;============

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 16 KiB