mondorobot / space-game

A space shooter RPG game.
Other
0 stars 0 forks source link

inventory scrolling on planet trading screen #47

Open vondobot opened 9 years ago

vondobot commented 9 years ago

The inventory panels for buying and selling goods on the planet trading screen should be scrollable to accomodate a large number of potential items

Currently there is nothing for this in place, the scrollbars are only visual and aren't currently hooked up to anything

It would probably be ideal to use Unity's ScrollRect feature, though I'm not sure how well that will work, and it may be easier at first to just rerender the list of items but using a slice/subset of the items as the user clicks the "up" and "down" buttons, and then later we can also hook up the scroll bar to do this same thing, and then after that we can investigate using a full "ScrollRect" feature