YaroslavGomon / RS-Clone

1 stars 2 forks source link

Feat menu class #24

Closed AndrewMotevich closed 1 year ago

AndrewMotevich commented 1 year ago

Add menu class

Public method: drawMenu()

to use this method you should implement new instanse Example:

const menu = new Menu()
menu.drawMenu();

!!!TO DO!!!

Add routing and redraw methods in listener