segabl / gdd2017-homeless

See the world through different eyes
2 stars 0 forks source link

Merge MenuHandler and InputHandler #35

Closed segabl closed 6 years ago

segabl commented 6 years ago

Two separate classes don't really make sense. MenuHandler will have to be moved to canvas so it is still updated when the ingame menu is disabled, but otherwise no functionality is lost.

segabl commented 6 years ago

MenuHandler functionality will be moved to GameController, InputHandler stays separate.