add 7-pointed star transition effects

This commit is contained in:
4am 2022-08-31 16:17:06 -04:00
parent 440c805006
commit bb3cc2d88e
48 changed files with 7862 additions and 39 deletions

View File

@ -60,6 +60,7 @@ DHGR.STAR
DHGR.48.LDIAGON
DHGR.MAPLE.IN
DHGR.DITHBUTTER
DHGR.STAR7
DHGR.BAR.DISSLV
DHGR.BLOOM
DHGR.SLOW.STARI
@ -77,6 +78,7 @@ DHGR.SOFTIRISIN
DHGR.DITHSTAR
DHGR.RADIAL2
DHGR.IRIS
DHGR.STAR7.RIP
DHGR.BUBBLES.IN
DHGR.SLOWST.RIP
DHGR.DITHWAVYIR
@ -87,6 +89,7 @@ DHGR.48.PAGEC
DHGR.DITHBLOOM
DHGR.BFLY.RIP
DHGR.IRIS.IN
DHGR.DITHSTAR7
DHGR.SWIRL
DHGR.48.SPIRALC
DHGR.DITHRADIAL
@ -94,6 +97,7 @@ DHGR.MAPLE.RIP
DHGR.R.BY.PIXEL
DHGR.HEART.IN
DHGR.SNOWFL.RIP
DHGR.STAR7.IN
DHGR.DITHRAD2
DHGR.48.SIDES
DHGR.CORNER4.IN

View File

@ -33,6 +33,7 @@ HEART.IN
CRYSTAL
STAR.RIPPLE
BIT2.FIZZLE
STAR7
DITHER.HEART
MEETINTHEMIDDLE
BOXES48
@ -62,6 +63,7 @@ DITHER.MAPLE
DIAG.STRIPES
APPLE
MANDELBROT.RIP
STAR7.IN
SOFT.L
DITHER.SOFTIRIS
HEART.RIPPLE
@ -93,6 +95,7 @@ FLOWER.RIPPLE
SPLIT.UD.INTRO
WAVY.IRIS.IN
R.BY.2
STAR7.RIPPLE
DITHER.RADIAL4
HALF.FIZZLE
BOXES48.LDIAGON
@ -130,6 +133,7 @@ CHECKERB.FIZZLE
BOXES48.SIDES
CIRCLE.STRIPES
STAGGERWHITE.LR
DITHER.STAR7
SOFT.UD.OUT
ONESQUARE
W.IRIS.BLOOM

View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.DITHSTAR7",plain
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
Start
+FX_PRECOMPUTED_2BIT_DHGR_DITHER Coordinates2Bit, EndCoordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

16
src/fx/fx.dhgr.star7.a Normal file
View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.STAR7",plain
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
Start
+FX_PRECOMPUTED_2BIT_DHGR Coordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

17
src/fx/fx.dhgr.star7.in.a Normal file
View File

@ -0,0 +1,17 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.STAR7.IN",plain
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
+FX_REVERSE_2BIT
Start
+FX_PRECOMPUTED_2BIT_DHGR Coordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

View File

@ -0,0 +1,17 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.STAR7.RIP",plain
*=$6000
!source "src/fx/fx.dhgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
+FX_RIPPLE_2BIT
Start
+FX_PRECOMPUTED_2BIT_DHGR Coordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DITHER.STAR7",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
Start
+FX_PRECOMPUTED_2BIT_DITHER Coordinates2Bit, EndCoordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

16
src/fx/fx.hgr.star7.a Normal file
View File

@ -0,0 +1,16 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/STAR7",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
Start
+FX_PRECOMPUTED_2BIT Coordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

7683
src/fx/fx.hgr.star7.data.a Normal file

File diff suppressed because it is too large Load Diff

17
src/fx/fx.hgr.star7.in.a Normal file
View File

@ -0,0 +1,17 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/STAR7.IN",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
+FX_REVERSE_2BIT
Start
+FX_PRECOMPUTED_2BIT Coordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

View File

@ -0,0 +1,17 @@
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/STAR7.RIPPLE",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
+FX_RIPPLE_2BIT
Start
+FX_PRECOMPUTED_2BIT Coordinates2Bit
CoordinatesFile
!byte 13
!text "FX/STAR7.DATA"

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1463745
!be24 1467651
!le16 496

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1452568
!be24 1456330
!le16 917

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1446196
!be24 1449958
!le16 214

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1447461
!be24 1451223
!le16 458

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1448998
!be24 1452760
!le16 399

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1451083
!be24 1454845
!le16 688

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1464241
!be24 1468147
!le16 306

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1464891
!be24 1468797
!le16 256

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1465147
!be24 1469053
!le16 303

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1456060
!le16 1561
!be24 1459887
!le16 1640

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1464623
!be24 1468529
!le16 67

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1463733
!be24 1467639
!le16 12

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1462942
!be24 1466848
!le16 739

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1461278
!be24 1465184
!le16 216

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1453485
!le16 2575
!be24 1457247
!le16 2640

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1457979
!be24 1461885
!le16 797

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1464547
!be24 1468453
!le16 76

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1463681
!be24 1467587
!le16 52

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1464690
!be24 1468596
!le16 201

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1461494
!be24 1465400
!le16 335

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1461829
!be24 1465735
!le16 69

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1461898
!be24 1465804
!le16 81

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1461979
!be24 1465885
!le16 62

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1462041
!be24 1465947
!le16 623

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1462664
!be24 1466570
!le16 274

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1462938
!be24 1466844
!le16 4

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1465450
!be24 1469356
!le16 2370

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1459838
!be24 1463744
!le16 381

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1460219
!be24 1464125
!le16 420

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1451771
!be24 1455533
!le16 797

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1445629
!be24 1449391
!le16 567

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1446410
!be24 1450172
!le16 1051

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1447919
!be24 1451681
!le16 1079

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1449397
!be24 1453159
!le16 1686

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1457621
!be24 1461527
!le16 358

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1458776
!be24 1462682
!le16 1062

View File

@ -4,5 +4,5 @@
; This file is automatically generated
;
!byte 0
!be24 1460639
!be24 1464545
!le16 639