Is making a Plants Vs Zombies clone possible on this engine? How would i start making it? I have been trying to figure out how & where to start. I have a map (.png), but the camera only shows the corner of my "map". This is my main issue i have been facing for the past 2 hours, can't seem to find how to fix it. Also don't know how to make a grid system but i will try to figure that one out.
Trying to make a PvZ clone, how should i start? and is it possible on this engine?
Welcome to the forums @WaterThornz!
It is definitely possible to make something like Plants vs. Zombies in Godot! Godot has everything you would need to make something like that, you just need to figure out how you want to go about it and put it together.
I would suggest taking the design of Plants vs. Zombies and breaking it down into small, simple steps. Then, work on each step at a time. Not only will this make it easier to see progress, but it will also make it easier to get help with the smaller steps than bigger ones.
As for the camera issue, have you made a Camera2D node and checked the current
property checkbox in the inspector?
Protoss vs Zerg lol
Well all the gameplay mechanics are absolutely trivial to implement, so I would start by making a text-based version. Only the graphical+interface part will be difficult.