Emile Greer

Results 3 comments of Emile Greer

I thought I would start trying to implement this before working on in/out edges. Although now that I've spent some time on it I wonder if it's not worth it,...

I had this error but I solved it. I was returning just widget.root instead of widget.root and widget in the add_item_callback. So I had ``` function M:init() self.prefab = self:get_node("prefab")...