#16+ bridge frames bug
1 messages · Page 1 of 1 (latest)
Turns out the last 4 frames are used for the ramp
looks like the last 4 frames are ignored, the ramp frames showing the middle and top piles.
Did you adhere to this? ```json
Frame usage:
0-3: slopes
4-7: small railings
8-9: piles
10-11: piles on water (only used on lowest part)
12-13: pile frames for mid part (and top if not provided) (if frames >= 18)
14-15: pile frames for top part (if frames >= 20)
last 4 frames: ramp under road for bridge slopes starting at level 0 (if frames >= 16)
There shall not be more than 20 frames in total
yes.
the first one with: "bridge frames": [{"bmp": "test_bridge00.png", "w": 32, "count": 20}]
and the second one with: JSON "bridge frames":[ {"bmp": "test_bridge00.png", "w": 32, "count": 12}, {"bmp": "test_bridge00.png", "x": 512, "w": 32, "count": 4}, {"bmp": "test_bridge00.png", "x": 384, "y": 22, "w": 32, "h": 26, "count": 4} ] to move the ramp frames.
thx, I can confirm that this is a bug