thomasboyt / coquette-inspect

A Chrome DevTools extension for inspecting games made with the Coquette framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider removing actions in the UI

thomasboyt opened this issue · comments

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.