Preview errors on one-way road using composition

Do you have any issues? Don't hesitate to tell us about it.
User avatar
choggoba
Townsman
Reactions:
Posts: 50
Joined: 20 Jul 2018, 08:30
Location: Korea
Plugins: Showcase Store

Platform

Preview errors on one-way road using composition

#1

Post by choggoba »

Roads use 16 frames.
one-way road use 16*4=64 frames.

When used composition to build a one-way road

Code: Select all

  "composition": [{"id": "$road_test_2_choggoba", "x0": 0, "y0": 0, "x1": 1, "y1": 0}]

1.jpg
preview shows the road frame 1 and 4.
(graphic file number is wrong.)


At this point, press the blue arrow to rotate the preview to show a frame considering the direction of one-way traffic.

I expect preview show 1-4 -> 18-24 -> 33-36 -> 50-56 frame
but show 1-4 -> 2-8 -> 1-4 -> 2-8 frame

2.jpg
But when build, it changes to normal.

I think this problem can cause confusion.

Return to “Problems and Errors (bugs)”