YesNoOk
avatar

Problem with the "distance" of the char (Read 1610 times)

Started by Rabano, January 20, 2023, 06:34:47 PM
Share this topic:
Problem with the "distance" of the char
#1  January 20, 2023, 06:34:47 PM
  • ***
    • Argentina
This sounds dumb but how can I fix this?



It has hitboxes, it doens't go through the other player, but I want to add more distance between the characters so it doesn't look this weird, I hope you can understand what Im trying to say.
Last Edit: January 20, 2023, 06:54:18 PM by Rabano
Re: Problem with the "distance" of the char
#2  January 20, 2023, 06:47:41 PM
  • ***
  • In a few minutes, bitch
    • Germany
You need to increase the character's width in the constants

Code:
ground.back = 19
ground.front = 19
you want to increase ground.front from whatever value is currently
Re: Problem with the "distance" of the char
#3  January 20, 2023, 06:54:13 PM
  • ***
    • Argentina
You need to increase the character's width in the constants

Code:
ground.back = 19
ground.front = 19
you want to increase ground.front from whatever value is currently

Thanks you, it worked, Sorry I dont usually touch the constants that much beside speed and jump, I didn't know about that.
Re: Problem with the "distance" of the char
#4  January 20, 2023, 07:09:18 PM
  • ***
  • In a few minutes, bitch
    • Germany
Don't you worry. Let's teamup for a Birdie some day  :lugoi:
Re: Problem with the "distance" of the char
#5  January 20, 2023, 07:43:44 PM
  • ***
    • Argentina