Thread: 2:1 Aspect Ratio

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    ---
    Join Date
    May 2004
    Posts
    1,379
    screen = 640x480
    isometric tiles = 32x15
    640/32 = 20
    480/16 = 32

    It means the ratio of the tiles. As long as the tiles fit the screen width and height you should be ok. I don't know what else to say, I thought it was pretty simple to understand.
    Last edited by sand_man; 02-07-2006 at 06:38 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem aligning floating point numbers
    By esbo in forum C Programming
    Replies: 4
    Last Post: 01-05-2009, 08:09 PM
  2. How would a programme know to stop before 21?
    By chrismax2 in forum C++ Programming
    Replies: 2
    Last Post: 01-17-2006, 12:57 PM
  3. Can you actually learn c++ in 21 days?
    By Raeliean in forum C++ Programming
    Replies: 14
    Last Post: 07-27-2005, 03:41 PM
  4. HUGE fps jump
    By DavidP in forum Game Programming
    Replies: 23
    Last Post: 07-01-2004, 10:36 AM
  5. Blackjack (21) Game
    By Rabidpunk in forum Game Programming
    Replies: 12
    Last Post: 01-11-2002, 03:19 AM