Hello
I want to spawn enemies randomly and according to what checked the most popular way to do it is to instantiate a scene and using the Add_child
.
But, this method only takes node as an argument , and not packed .
how do I solve this?
And another questiob
To what I know,var
is only useable inside the Ready
function how can use these variables outside the ready
func
thx in advance