jnaglick / ezrl

Easy Roguelike
http://i.imgur.com/lJQRP.png
0 stars 0 forks source link

Advanced Input System #5

Open jnaglick opened 12 years ago

jnaglick commented 12 years ago

Build on the "partial commands" thing. Will allow for chaining lots of partial commands together and switching between command lists.

Proof of concept: target subsystem that can be used while building a command. Throw command will be a good candidate.

jnaglick commented 12 years ago

replaced InputProcessor with InputManager, a much more flexible system; implemented the throw command in it, but not yet in the engine/displayManager. (4172292)