thomasboyt / coquette-inspect

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

Modifying entity properties #6

Closed thomasboyt closed 10 years ago

thomasboyt commented 10 years ago

UI thoughts:

Agent thoughts:

{
  name: "modify",
  data: {
    entityId: "<uuid>",
    path: "foo.bar.baz",
    value: "<value>"
  }
}