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));
 | 
							Shadow->SetSpriteColor(FColor(0.0f, 0.0f, 0.0f, 128));
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	MaxWalkSpeed = 300;
 | 
						MaxWalkSpeed = 450;
 | 
				
			||||||
	GravityScale = 2;
 | 
						GravityScale = FFixed(4);
 | 
				
			||||||
	VerticalNormalJumpVelocity = 1000;
 | 
						VerticalNormalJumpVelocity = 1550;
 | 
				
			||||||
	HorizontalNormalJumpVelocity = MaxWalkSpeed;
 | 
						HorizontalNormalJumpVelocity = MaxWalkSpeed;
 | 
				
			||||||
	/*
 | 
						/*
 | 
				
			||||||
	VerticalSuperJumpVelocity = 2000;
 | 
						VerticalSuperJumpVelocity = 2000;
 | 
				
			||||||
	VerticalNormalHopVelocity = 1000;
 | 
						VerticalNormalHopVelocity = 1000;
 | 
				
			||||||
	VerticalSuperHopVelocity;
 | 
						VerticalSuperHopVelocity;
 | 
				
			||||||
	HorizontalSuperJumpVelocity;
 | 
						HorizontalSuperJumpVelocity = 700;
 | 
				
			||||||
	HorizontalNormalHopVelocity;
 | 
						HorizontalNormalHopVelocity;
 | 
				
			||||||
	HorizontalSuperHopVelocity;
 | 
						HorizontalSuperHopVelocity;
 | 
				
			||||||
	*/
 | 
						*/
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user