thomasboyt / coquette-inspect

A Chrome DevTools extension for inspecting games made with the Coquette framework
29 stars 14 forks source link

Consider removing actions in the UI #26

Open thomasboyt opened 9 years ago

thomasboyt commented 9 years ago

https://github.com/thomasboyt/coquette-inspect/blob/master/src/ui/actions/GameActions.js ew

That could be replaced by allowing the UI to directly sendMessage instead of calling actions, and for AgentHandler to directly dispatch events.

The latter should definitely happen, the former is arguable.