Minious / CodeFarm

2 stars 0 forks source link

Remove screen size accesses in the Interfaces #47

Closed Minious closed 4 years ago

Minious commented 4 years ago

Remove all the screen size accesses in the Interfaces (MarketInterface and InventoryInterface) and provide x, y, width and height instead with a centered mode. We don't want Interfaces to be aware of the screen size, UiScene handles that.