SFML community forums

General => SFML projects => Topic started by: ActionBoy on December 05, 2009, 11:43:15 am

Title: Simple Platformer
Post by: ActionBoy on December 05, 2009, 11:43:15 am
Been working on a platformer for a couple of days now. The idea for the whole thing is that you load images and create a level and then draw shapes over it that works as the collision layer.

Right now it works like this:
- Loading png to a resource library
- Create sprites from a map file and the resource library.
- Each sprite can be edited. Scale, pos, rotation and color can be changed.
- Then checks collision from the shapes in the scene.

(http://h.imagehost.org/t/0794/001_1.jpg) (http://h.imagehost.org/view/0794/001_1)

(http://h.imagehost.org/t/0971/002_7.jpg) (http://h.imagehost.org/view/0971/002_7)

(http://h.imagehost.org/t/0578/003_4.jpg) (http://h.imagehost.org/view/0578/003_4)