4cade/res/FX.CONF

143 lines
2.4 KiB
Plaintext
Raw Normal View History

2020-03-23 01:58:26 +00:00
RIPPLE
STAR.IN
SOFT.DIAGONAL
MANDELBROT.IN
RADIAL
STAGGER.LR
SOFT.UD
HEART.IN
CRYSTAL
STAR.RIPPLE
2020-09-04 18:07:41 +00:00
BIT2.FIZZLE
2020-10-26 14:38:36 +00:00
BOXES48
2020-03-23 01:58:26 +00:00
MEETINTHEMIDDLE
2020-06-06 13:47:05 +00:00
APPLE.IN
2020-03-23 01:58:26 +00:00
FLOWER.RAD.RIP
SOFT.IRIS
W.RIPPLE.BLOOM
DIAGONAL
PINWHEELS
STAGGERWHITE.UD
2020-11-30 06:13:27 +00:00
BOXES48.SYNCC
CORNER4.RIP
2020-03-23 01:58:26 +00:00
BOLT
RADIAL2
STAR
FLOWER.IN
R.BY.PIXEL
WAVY.IRIS
2020-09-04 18:07:41 +00:00
BIT.FIZZLE
2020-10-26 14:38:36 +00:00
BOXES48.SNAKE
2020-03-23 01:58:26 +00:00
APPLE
MANDELBROT.RIP
SOFT.L
HEART.RIPPLE
FLOWER.RAD
SLOW.STAR.IN
IRIS.IN
BUTTERFLYRIPPLE
2020-11-30 06:02:28 +00:00
BOXES48.SPIRALC
2020-03-23 01:58:26 +00:00
W.IRIS.BLOOM.IN
CENTER.BY.PIXEL
RADBUBBLES
SNOWFLAKE.IN
FLOWER
APPLE.RIPPLE
DIAGONAL2
STAR.BLOOM
2020-10-26 17:39:53 +00:00
BOXES48.SYNC
2020-11-30 06:13:27 +00:00
PALETTE.FIZZLE
2020-03-23 01:58:26 +00:00
BUTTERFLY
BUBBLES
FLOWER.RIPPLE
SPLIT.UD.INTRO
WAVY.IRIS.IN
R.BY.2
HALF.FIZZLE
2020-10-26 14:38:36 +00:00
BOXES48.LDIAGON
2020-03-23 01:58:26 +00:00
SNOWFLAKE.RIP
RADIAL3
HEART
BOLT.IN
FLOWER.RAD.IN
DIAGONAL3
MANDELBROT
2020-11-30 06:13:27 +00:00
BOXES48.SPIRAL
2020-03-23 01:58:26 +00:00
WAVY.RIPPLE
CORNER4.OUT
LATTICE
BAR.DISSOLVE
R.BY.PALETTE
FOURSPIRAL
SOFT.R
MAPLE.IN
RADIAL4
IRIS
CASCADE
SNOWFLAKE
VERTICAL.BLINDS
BUTTERFLY.IN
LR.BY.PIXEL
2020-09-07 20:30:44 +00:00
CHECKERB.FIZZLE
2020-10-26 17:07:19 +00:00
BOXES48.SIDES
2020-03-23 01:58:26 +00:00
STAGGERWHITE.LR
SOFT.UD.OUT
ONESQUARE
W.IRIS.BLOOM
MAPLE
SWIRL
FIZZLE
SLOW.STAR
ARROW.WHITE
TRI.FIZZLE
2020-10-26 20:37:38 +00:00
BOXES48.DOWN
2020-03-23 01:58:26 +00:00
SOFT.IRIS.IN
DIAMOND
BUBBLES.IN
TWOPASS.LR
RADIAL5
HALF.MOSAIC
BOLT.RIPPLE
ARROW
FOURSQUARE
FULL.OF.STARS
BLOCK.FIZZLE
2020-10-26 17:07:19 +00:00
BOXES48.2SNAKES
2020-03-23 01:58:26 +00:00
DIAGONAL4
STAGGER.UD
INTERLOCK.LR
SOFT.UD.IN
BLOCK.MOSAIC
CORNER4.IN
MAPLE.RIPPLE
INTERLOCK.UD
LITTLE.BOXES
SPIRAL
SLOW.STAR.RIP
2020-10-28 16:04:36 +00:00
BOXES48.ARROW
2020-08-14 15:35:55 +00:00
REDLINES
2020-09-12 16:58:03 +00:00
FLICK
2020-03-23 01:58:26 +00:00
[eof]
#
# transition effects for HGR slideshows
#
# Each Mega-Attract Module that is an HGR slideshow (see attract.conf)
# will use a single transition effect for the length of the module.
# Transition effects are loaded in the order listed in this file. Each line
# of this file is a filename (not including comments, like this one). The
# name of the next transition effect is stored in the global prefs, so this
# file should not contain duplicates.
#
# Transition effects are binary files loaded at $6000 and called with
# hi-res page 1 showing and the next HGR graphic already loaded at $4000.
2020-11-25 02:02:14 +00:00
# A transition effect can use $6000-$BEFF in main memory, zero page, and
2020-03-23 01:58:26 +00:00
# text page if needed (but preserve the screen holes). $800-$1FFF is reserved
2020-11-25 02:02:14 +00:00
# for the slideshow data. $BF00-$BFFF is reserved for the ProDOS shim.
# LC RAM banks 1 and 2 are reserved for the launcher.
2020-03-23 01:58:26 +00:00
#
# Important: LC RAM bank 1 will be read/write on entry and must be read/write
# on exit. If you need ROM routines, you are responsible for switching to ROM
# then switching back to RAM bank 1 (read/write) before returning.
#