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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - anpd

Pages: [1]
1
Graphics / Is there a way to Draw sprite at position without setPosition
« on: November 03, 2014, 01:15:43 pm »
Hi,

Just started testing SFML, I need to draw a grid that changes constantly. Is there a way to do something like

draw(sprite, posX, posY);

Or do I need a sprite for each part of the grid and use setPosition to move them?

Pages: [1]