IAMColumbia / NationalSpaceship

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

SC_Jumping #151

Closed JbrockPony closed 9 years ago

JbrockPony commented 9 years ago

Issue Requirement Breakdown

Infinite jumping. Cool but not what I had in mind.

Steven Cal [Spencer]

Description

My player was infinitely jumping.

New Code

https://github.com/JbrockPony/2D-Platformer-V1/blob/master/Assets/Standard%20Assets/2D/Scripts/PlatformerCharacter2D.cs

Previous Work

The problem could be the player is dectecting itself as being grounded. https://github.com/JbrockPony/2D-Platformer-V1

JbrockPony commented 9 years ago

Removed detection of player colliding with self while in air.

noahmjohnson commented 9 years ago

@JbrockPony I think you need to make sure your repo is public and not private. The link does not work for me. Unless you include me as a user on your repo. If you add me, I can check it out.