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

Author Topic: Simple Platformer  (Read 5282 times)

0 Members and 1 Guest are viewing this topic.

ActionBoy

  • Newbie
  • *
  • Posts: 36
    • View Profile
Simple Platformer
« 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.