DaveTheCoder I'm... not sure?
In the .tscn file it shows the same kind of code
The .tscn I'm having the warning "dressup.tscn" shows the sprites in the scenes like this:
[ext_resource type="Texture2D" uid="uid://d0o30qw3ji2yv" path="res://bg.png" id="1_odahq"]
and the subresources like this
[ext_resource type="PackedScene" uid="uid://c5ailoi5g6hw8" path="res://skirt_red.tscn" id="38_mp4j3"]
I'm not sure what should I do or look to verify why is this happening. Maybe I set up the sprite wrong? or maybe I'm using an image file that's too big? for example the resolution for all the clothing and base body are 1656 x 3000.
I just don't really know I'm so confused.