Tweak jump and walk speed
This commit is contained in:
		
							parent
							
								
									7751b63b98
								
							
						
					
					
						commit
						2eeac7443e
					
				
							
								
								
									
										
											BIN
										
									
								
								KOFForever/Content/Characters/Terry/BP_Terry.uasset
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								KOFForever/Content/Characters/Terry/BP_Terry.uasset
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								KOFForever/Content/Characters/Terry/Sprites/JumpNeutral/JumpNeutral.uasset
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								KOFForever/Content/Characters/Terry/Sprites/JumpNeutral/JumpNeutral.uasset
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								KOFForever/Content/Maps/Debug/DebugStage.umap
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								KOFForever/Content/Maps/Debug/DebugStage.umap
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							@ -39,15 +39,15 @@ AKOFBaseCharacter::AKOFBaseCharacter()
 | 
			
		||||
		Shadow->SetSpriteColor(FColor(0.0f, 0.0f, 0.0f, 128));
 | 
			
		||||
	}
 | 
			
		||||
	
 | 
			
		||||
	MaxWalkSpeed = 300;
 | 
			
		||||
	GravityScale = 2;
 | 
			
		||||
	VerticalNormalJumpVelocity = 1000;
 | 
			
		||||
	MaxWalkSpeed = 450;
 | 
			
		||||
	GravityScale = FFixed(4);
 | 
			
		||||
	VerticalNormalJumpVelocity = 1550;
 | 
			
		||||
	HorizontalNormalJumpVelocity = MaxWalkSpeed;
 | 
			
		||||
	/*
 | 
			
		||||
	VerticalSuperJumpVelocity = 2000;
 | 
			
		||||
	VerticalNormalHopVelocity = 1000;
 | 
			
		||||
	VerticalSuperHopVelocity;
 | 
			
		||||
	HorizontalSuperJumpVelocity;
 | 
			
		||||
	HorizontalSuperJumpVelocity = 700;
 | 
			
		||||
	HorizontalNormalHopVelocity;
 | 
			
		||||
	HorizontalSuperHopVelocity;
 | 
			
		||||
	*/
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user