Added event handler for :entity_moved, added door script, various tweaks

This commit is contained in:
2019-09-26 16:19:01 -05:00
parent f7936b38bc
commit 8df05eda13
11 changed files with 43 additions and 14 deletions

View File

@@ -25,11 +25,10 @@ class IMICFPS
private def subscribable_events
[
:tick,
:create,
:destroy,
:create, :move, :destroy,
:entity_moved,
:button_down, :button_up,
:mouse_move,
:entity_move,
:interact,
:player_join, :player_leave, :player_die,
:pickup_item, :use_item, :drop_item,