Hello, everyone!
I just finished creating the sprites for my land-scape oriented (kind-of-isometric) game project, and now I'm working on the map. However, I have a bunch of questions regarding Construct 2's way of rendering and loading maps.
First off: Is it necessary to use tiles to cover the layout? The map in question is an island, so it's not exactly square, and I think that using tiles would kinda ruin how it looks. Speaking of which, the island in question is as big as 3000x1800 px, so I'm not sure if I should actually render an image that big and paste it on the Construct 2 layout screen.
And finally, I want to find a way to put the ocean in the background so it actually looks like an island. I believe that in order to do that, I should create a layer full of ocean tiles and put it behind the layer with the island itself, but I'm not sure if that would work out. My real questions is "how", seeing as the ocean itself would have to be much wider than the island, and I don't know if that would wreck the loading times. I would also like to add the moon and its reflecting light in the background, I don't think tiles would work that well either. Any ideas? Any help is greatly appreciated.