diff --git a/scenes/blocks/block.gd b/scenes/blocks/block.gd index c0fadfb..4c3a30b 100644 --- a/scenes/blocks/block.gd +++ b/scenes/blocks/block.gd @@ -36,10 +36,6 @@ func hook() -> void: func interact_left_click() -> void: queue_free() -# TODO: Rename to something else -func interact_right_click() -> void: - EntityManager.create_block.emit("001", Vector3(5,5,5)) - func release() -> void: highlight_mesh.visible = false