14 years, 6 months ago
Highlights
Community contributions featuredLevel map1; map1.LoadFromFile("MapTest1.tmx"); sf::View View1(sf::FloatRect(0, 0, 1000, 1000)); map1.SetDrawingBounds(View1.GetRect()); map1.Draw(window4); And no the…
14 years, 6 months ago
14 years, 6 months ago
How would I set drawing bounds for this tiled map editor... http://www.sfml-dev.org/forum/viewtopic.php?p=43028&sid=64293e259add28a8092157afef619735 This is the example that…
14 years, 6 months ago
I recently started using Tiled Map Editor and I'm not sure how to get my program to read the map file. I'll be using sfml with tiled. So if anyone out there can explain…
14 years, 6 months ago
I'd like to learn more about 2d level design. I've done some simple 2d games but i'm looking to get a little more complex in the future. 1. What is the best way to l…
14 years, 7 months ago
Latest Activity
See all in DiscussionsLevel map1; map1.LoadFromFile("MapTest1.tmx"); sf::View View1(sf::FloatRect(0, 0, 1000, 1000)); map1.SetDrawingBounds(View1.GetRect()); map1.Draw(window4); And no the console doesn't say
14 years, 6 months ago
ok I got it to load and build without errors, but when I run the program the console says "Bad …
14 years, 6 months ago
How would I set drawing bounds for this tiled map editor... http://www.sfml-dev.org/forum/viewtopic.php?p=43028&sid=64293e259add28a8092157afef619735 This is the example that was in the …
14 years, 6 months ago