Darthfett / A-Priori-Physics-System

A side-scroller game based upon Mega Man X, with a priori collision detection, and objects being represented as a sequence of connected points.
3 stars 0 forks source link

Create Game Paused Event #39

Open Darthfett opened 12 years ago

Darthfett commented 12 years ago

Create a 'game paused' event, that will add events to the queue when fired. This should work similarly to the existing key event system.

Darthfett commented 12 years ago

Using this implementation, a proposed fix to issue #32 can have the current key-state be stored when paused, and create new game key press/release/toggle events when unpaused.