IAMColumbia / NationalSpaceship

Advanced Game Engine Scripting SP15-NJ Repo
3 stars 17 forks source link

SC_MovingPlatforms #139

Closed JbrockPony closed 9 years ago

JbrockPony commented 9 years ago

Issue Requirement Breakdown

I need help in implementing moving platforms.

Steven Cal [Spencer]

Description

I'm making a simple 2D platformer. The character will just keep jumping onto platforms till he/she reaches the goal. However, I'm using a combination of 2D sprites and cubes as platforms with box colliders. My character does not detect the colliders on the cubes.

New Code

https://github.com/JbrockPony/2D-Platformer-V1

noahmjohnson commented 9 years ago

Please see my comments in #152