Make entities selectable in latest dev build

This commit is contained in:
FaceDeer 2017-04-09 15:32:48 -06:00 committed by LNJ
parent 8009743d8d
commit 7cb2534a4f
No known key found for this signature in database
GPG Key ID: 69268DBD835B6B0B

@ -129,7 +129,7 @@ function drawers.register_drawer(name, def)
def.drawtype = "nodebox"
def.node_box = {type = "fixed", fixed = drawers.node_box_simple}
def.collision_box = {type = "regular"}
def.selection_box = {type = "regular"}
def.selection_box = {type = "fixed", fixed = drawers.node_box_simple}
def.paramtype = "light"
def.paramtype2 = "facedir"
def.legacy_facedir_simple = true