Hello, I have drawn a square with 4 Sprite:
1 = x: 0, y: 200, rotation:-90, width:6, height: 201 2 = x: 0, y: 0, rotation:0, width:201, heigth:6 3 = x: 200, y: 0, rotation: 90, width:6, height: 201 4 = x: 200, y: 200, rotation: 180, width: 201, height: 6 How can I convert the data in the 4 Cube in order to create 3D in the same square? Thanks for every answers
