Making a better jump in 3 minutes [Godot 4]

Sdílet
Vložit
  • čas přidán 22. 01. 2024
  • By default the standard platformer template doesn't feel great to use. In this video I show you how you can make the jump more tight and controlable.

Komentáře • 14

  • @NicoAilani
    @NicoAilani Před 2 dny

    Such a fantastic, quick, and concise tutorial! Keep these up you earned another sub in less than 4min. Excited to see your channel grow!

  • @rationalrama
    @rationalrama Před 3 dny

    N1, subbed. I guess I am your 200th. Keep up the good work.

  • @toms__animations200
    @toms__animations200 Před 3 dny

    Let’s go homie

  • @nezbro2011
    @nezbro2011 Před 3 dny

    Very cool, will defidently do this!

  • @andreypekarskiy3697
    @andreypekarskiy3697 Před 6 dny +1

    Really helpful lesson, mate. Thank you! Good video

  • @kristofferhelland2123
    @kristofferhelland2123 Před 4 měsíci

    Thank you, this helped me so much:)

  • @Smaxx
    @Smaxx Před 12 dny +6

    Just randomly stumbled over this video. Nice quick and clean explanation!
    However, there's one minor thing, a potential exploit (if not intentional): If you release the jump button right before you hit the maximum height, you'll gain some extra height by resetting the velocity to 25% of JUMP_VELOCITY. So I'd first check whether the velocity is still bigger than that or just apply the smaller value.

    • @notoriousGuava
      @notoriousGuava Před 11 dny +1

      Good point

    • @notoriousGuava
      @notoriousGuava Před 11 dny +2

      Also, instead of checking if velocity.y > (JUMP_VELOCITY / 4) like you pointed out. I think you could also check if velocity.y is negative then set velocity.y = (velocity.y / 4) to avoid the possibility of ever increasing it.

  • @Zewofficial
    @Zewofficial Před 8 dny

    More godot stuff! Love it

  • @morganp7238
    @morganp7238 Před 6 dny

    well done, keep it up

  • @delightpal
    @delightpal Před 21 dnem +1

    I appreciate it😊

  • @YamiDev784
    @YamiDev784 Před 5 dny

    From Brazil

  • @alvinnlifeberg8038
    @alvinnlifeberg8038 Před 21 dnem

    thanks