Hi everyone,
I’m making a tower defense game and I am struggling with this issue…
The player clicks and empty land space and gets the option to build 1 of several buildings. That all works fine at the moment. The part I can’t figure out is how to build in that single parcel of land and not all the parcels of land with the same name.
I have the objects UID that is clicked but k can’t seem to figure out how to build in that UID’s X and Y.
I’ll post a snippet of what I have in a bit.