I want to see a fofrm file that has more than 1 frames (I got one from Cirn0) but also one that has X and Y offsets between each frame. Or at least I want to know if that exists and if so, then how is it used.
I checked 2238, it has only static (1 frame) fofrm animations, reloaded and fo2 the same results.
I want to know this, bc want to include the format into my frame viewer, which topic can be found at share work /tools.
Example:
fps=30
count=9
offs_x=0
offs_y=25
[dir_0]
frm_0=NE0.png
frm_1=NE1.png
[dir_1]
frm_0=E0.png
frm_1=E1.png
[dir_2]
frm_0=SE0.png
frm_1=SE1.png
[dir_3]
frm_0=SW0.png
frm_1=SW1.png
[dir_4]
frm_0=W0.png
frm_1=W1.png
[dir_5]
frm_0=NW0.png
frm_1=NW1.png
So my question is: can the NE0.png and NE1.png have different offsets? If so, what is the syntax? I just simply add a offs_x=, offs_y= , between the 2 images?