Downloads containing GJ_Megaman2_DrWilly.j2as

Downloads
Name Author Game Mode Rating
JJ2+ Only: Megaman 2 Dr Wily Stage 1 Thomas Single player 5 Download file

File preview

void onPlayer() {
	if(p.xSpeed > 3){
		p.xSpeed = 3;
	}
	if(p.xSpeed < -3){
			p.xSpeed = -3;
	}
	if(p.jumpStrength < -8){
		p.jumpStrength = -8;
	}
}