Skip to content

Commit

Permalink
make sure other things don't try to interact w/ the signs entity
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Jul 28, 2023
1 parent 9809443 commit 24a14dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions display_api/display.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,9 @@ function display_api.register_display_entity(entity_name)
collisionbox = {0, 0, 0, 0, 0, 0},
visual = "upright_sprite",
textures = {},
physical = false,
collide_with_objects = false,
pointable = false,
},
on_activate = display_api.on_activate,
get_staticdata = function(self)
Expand Down

0 comments on commit 24a14dd

Please sign in to comment.