aadnekar / TDT4240_22

Repository for a group project in Software Architecture course.
MIT License
0 stars 1 forks source link

Refactor/menus #113

Closed khardang closed 4 years ago

khardang commented 4 years ago

Refactor on menu, and buttons Moved some functionality to the abstract class buttons and Menu. Show() hide() resume() pause() dispose() resize(int,int) and render(float) Render can now be customized in the specific class. also optimized the imports.