Author Topic: Create a tile system like windows 10  (Read 1594 times)

Pentos

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
Create a tile system like windows 10
« on: July 28, 2016, 10:26:52 AM »
Hi,
I would like to create a tilesheet sytem like on Windows 10.
The tiles will have to be resizable (small 1*1, medium 2*2  and large 3*3) and dragable (so if I drag a tile and drop it the others tiles will be rearranged )
UIgrid and UITable doesn't work as expected with sprites with different sizes. Indeed I can't have for example a square of 4 small tiles (so 4 1*1 tiles) next to a tile of 2*2.
Could you please guide me on the best way to do it? Is there a way to do it with Ngui or will have I to do it by myself?

Thank you in advance.

Regards

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Create a tile system like windows 10
« Reply #1 on: July 29, 2016, 11:07:59 AM »
Something custom like that you will need to code by yourself.