Hi!
I'm new to using Godot. I'm creating a Player scene for my game, and I'm using an Area2D as the root node. I added a TextureRect as a child of Area2D, and in the Inspector, I selected Texture -> Load, selected my .png file, and pressed Load. But, in the editor, it showed that the texture was empty.
How should I fix this?
Thanks!