SFML community forums

Help => General => Topic started by: Clockwork on August 13, 2013, 05:07:40 am

Title: SFML GameDev Book Chapter 3 Problems
Post by: Clockwork on August 13, 2013, 05:07:40 am
So I've been reading the book.  And I ended up just copying the code from https://github.com/SFML/SFML-Game-Development-Book/tree/master/03_World (https://github.com/SFML/SFML-Game-Development-Book/tree/master/03_World) and then I'm going to re-read the chapter so that I know what's going on without having to type everything in.

When I run it the background displays and scrolls, but none of the planes are displayed.
Is there anyway that I can fix this?

Thank you!
Title: Re: SFML GameDev Book Chapter 3 Problems
Post by: Gobbles on August 13, 2013, 05:18:55 am
Without seeing any of the code you have (not the code on github) we have no way of knowing why an image isn't drawing.

The best advice I can give you is to understand the code. Try and figure it out, that's what programming is afterall: 10% coding, 90% debugging. Time to tackle that 90%.