Stephcraft / Project-16x16

2D Platformer game made with processing
GNU General Public License v3.0
97 stars 77 forks source link

Scenes should handle key detection #123

Closed micycle1 closed 4 years ago

micycle1 commented 4 years ago

Only global keys (such as fullscreen toggle) should be handled in SideScroller.class -- all other hotkeys (that are scene related) should be handled by the relevant scene by overriding keyPressed or keyReleased.