Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: How to make the tilemap bigger  (Read 913 times)

0 Members and 1 Guest are viewing this topic.

noahnace10

  • Newbie
  • *
  • Posts: 4
    • View Profile
How to make the tilemap bigger
« on: January 17, 2014, 08:35:30 pm »
Hello,

I'm new to SFML, and I'm wondering how I would make the tile map shown in the tutorials bigger. When I use the code from the tutorials, the tile map is 16x8. How would I make it, for example, 32x16?

Thanks,

noahnace10

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Re: How to make the tilemap bigger
« Reply #1 on: January 17, 2014, 08:49:05 pm »
What about using larger numbers and arrays? ???
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

noahnace10

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: How to make the tilemap bigger
« Reply #2 on: January 17, 2014, 09:50:06 pm »
What about using larger numbers and arrays? ???
Oops... I found it out, and now I feel like a fool. ::)
Thank you!

 

anything