No texture for additional rects in moving blocks
Bug #605796 reported by
feelie
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ultimate-smash-friends |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
When adding additional rects to a moving block the additional rects do not show up in the game
e.g.
<moving-block
texture=
>
<rect
coords="0 0 176 69"
></rect>
<rect
coords="200 200 176 69"
></rect>
<pattern
time="1"
></pattern>
<pattern
In the screenshot Blob is actually on a block that belongs to the pattern
Changed in ultimate-smash-friends: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
This is the intended behaviour, the texture is used for the whole moving entity, We may add a way to use several texture, but it's not supported currently.
I will tag this as wishlist.