In Camera2D, zoom is the scale factor. If you set it to (2.0, 2.0) it will double the size of everything. If you set it to (0.5, 0.5) it will halve the size of everything.
Thank you @hexgrid. I guess ChatGPT was lying to me, saying that the zoom worked the opposite way. Thanks for helping. Will continue. And it does make way more sense that 0.5 would be half, and 2.0 double. Cheers! Let’s continue!
The camera’s zoom. A zoom of Vector(2, 2) doubles the size seen in the viewport. A zoom of Vector(0.5, 0.5) halves the size seen in the viewport.
It’s worded too ambiguously to tell what it even means, which probably why any AI that it’s fed into wouldn’t know what it means. I don’t even know what it means by reading it.