I have one texturerect as child of zombie I want to move it up
I wrote
zombiHealth.rect_position(something)
when I run the game it's showing Invalid call. Nonexistent function 'rect_position' in base 'TextureRect'.
When I select control in node window of texturect it's saying all ui nodes inherit from control so it should be working