0

I am making a game in python using pygame. I will soon be making a map of the city, which is a grid with images. Each tile of the grid will have an image. The grid is just horizontal and vertical lines. I want to know if it is possible to tilt the grid and move the images to their respective tile while keeping the images upright. I am doing this for graphic reasons. Would i need to change the images to fit the rotated squares? Thanks for help in advance.

Mystic
  • 29
  • 5
  • What do you mean by "tilt"? Is it a purely 2d thing or do you want perspective? – Eric Dec 09 '14 at 02:58
  • Say you are looking from the sky to the city at a 45 degree angle. You are also lined up with the vertical lines of the graph. I would like for it to look like you moved around the city to view from a different angle. You aren't lined up with the vertical or horizontal lines of the city. – Mystic Dec 09 '14 at 04:47
  • does this help ? http://stackoverflow.com/questions/14177744/how-does-perspective-transformation-work-in-pil/14178717#14178717 – Eric Dec 09 '14 at 06:02

0 Answers0