RE: Tutorial (Godot Engine v3 - GDScript) - GUI for score & lives!

You are viewing a single comment's thread from:

Tutorial (Godot Engine v3 - GDScript) - GUI for score & lives!

in utopian-io •  7 years ago 

I guess Im just confused why you would use node2d over control.

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Ah I see, there isn't much in it. I personally assumed, but need to check this out now, that the control Node, which inherits from Canvas, is going to be heavier than Node2D (which also inherits direct from it), because of all the extra input handling. I ideally want to use the Canvas, but as stated, that doesn't have the visibility option.

Loading...