24 lines
657 B
Text
24 lines
657 B
Text
ATD1
|
|
|
|
# type=interform
|
|
# width=<2^n> (output width, default=1)
|
|
# height=<2^n> (output height, default=1)
|
|
# mother=<filename.png> (mother parent 8-bit PNG)
|
|
# mother_move=<movetype>
|
|
# mother_vx=<coord/sec> (mother x velocity)
|
|
# father=<filename.png> (father parent 8-bit PNG)
|
|
# palette=<filename.png> (palette truecolor PNG)
|
|
|
|
type = interform
|
|
width = 256
|
|
height = 256
|
|
|
|
mother = textures/joey/lightformb1.png
|
|
mother_move = scroll
|
|
mother_vy = -0.1
|
|
|
|
father = textures/joey/lightformb2.png
|
|
father_move = scroll
|
|
father_vy = 0.2
|
|
|
|
palette = textures/joey/lightformpalb.png
|