Some duplicated code, but otherwise pretty straightforward.
Adds custom triggers to area properties and tile object properties. Does not restrict the event types to either of the properties. So you can define an on_tile property inside an area and an on_focus on a tile object. This could be more strict, but the base functionality is there.
Fixes #54.
Some duplicated code, but otherwise pretty straightforward.
Adds custom triggers to area properties and tile object properties. Does not restrict the event types to either of the properties. So you can define an
on_tile
property inside an area and anon_focus
on a tile object. This could be more strict, but the base functionality is there.