SCCapstone / 1801Games

1 stars 0 forks source link

Dev mode doesn't work #110

Closed JPSharp closed 3 years ago

JPSharp commented 3 years ago

After clicking on dev mode the game starts and the character is frozen in place.

https://user-images.githubusercontent.com/44646798/113640493-8d293880-9649-11eb-9104-f76b47ab7a3e.mp4

josemvidal commented 3 years ago

yup

https://user-images.githubusercontent.com/228704/114219673-f73b2980-9938-11eb-805c-eba12c2509ba.mp4

josemvidal commented 3 years ago

Also, add infinite health to is.

As it is, I can only last 30 seconds. I am assuming there is nothing more (new) to see after the green guys. It is all just more of the same, correct?

josemvidal commented 3 years ago

Yeah, the end was just a bit after the green guys.

player-UnityPlayerActivity}-04092021140122

davonte7 commented 3 years ago

Dev Mode is fixed. In Dev Mode, the player does not take damage and the player also has unlimited jumps.

josemvidal commented 3 years ago

When you close an issue by writing code, either fixing a bug or creating a new feature, you should add a link to the git-commit(s) that did it.

This can be done automatically if you just write "closes #X" in the comment of the git-commit, where X is the issue number you want to close. See linking pull requests to issues using keywords for more information.

You should also write "#X" on any commit that is for #X. See my github tips list for all the tips.