2D Metroidvania - 5 - Sword attack and state machine

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ธ.ค. 2024

ความคิดเห็น •

  • @misterroo5672
    @misterroo5672 6 วันที่ผ่านมา +1

    Great series! Please keep it coming.

  • @acacklinghyena7494
    @acacklinghyena7494 10 หลายเดือนก่อน +2

    I just want to say I love your approach to handling logic it's so clean, I've been working on a sidescroller for awhile now, re-making it twice to make cleaner scripts with new knowledge and let's just say you turned 3 functions I had into one under func movement(delta); huge help thank you for these tutorials!

    • @jeanmakesgames
      @jeanmakesgames  10 หลายเดือนก่อน

      Thank you for the kind words, I’m very happy it helped you! ☺️

  • @Ghostpants446
    @Ghostpants446 6 หลายเดือนก่อน +1

    again, great as always I've come around to enjoying how these are explained. i was a bit confused and concerned with the .y moment preservation with the sword but as you said that'll be "fixed" in the next video

  • @jayr5421
    @jayr5421 2 หลายเดือนก่อน +1

    Hi there will you be continuing this series? Hope you're well. thanks.

  • @joeddonaire7800
    @joeddonaire7800 10 หลายเดือนก่อน

    Very well made video , I'm a beginner and I've learned a lot just on this video

    • @jeanmakesgames
      @jeanmakesgames  10 หลายเดือนก่อน

      Thank you very much! :)

  • @comboing3108
    @comboing3108 9 หลายเดือนก่อน

    bro i love you i was making a metroidvania solo and it got corrupted and i did not feel like coding all that again
    THANKKKS

  • @WalterWhiteOfficial2011
    @WalterWhiteOfficial2011 4 หลายเดือนก่อน

    I used an animated sprite 2d can you give me the code id need to make this work with the code?

  • @SausthabBirSinghTuladhar
    @SausthabBirSinghTuladhar 9 หลายเดือนก่อน

    the gravity and all the movement just stopped working after application of state machine, what might have happened?

  • @assassino-ug9re
    @assassino-ug9re 9 หลายเดือนก่อน

    Why you are not using the animation tree like you did in Godot 4.1?
    I'm trying to use it but it keeps giving me errors and telling me to use call_deferred()

  • @joaquingonzalez7850
    @joaquingonzalez7850 7 หลายเดือนก่อน

    What would be the advantage of using an enum?
    Wouldn't it be simpler to use just one string variable?
    Var status="idle"
    match status:
    "idle":
    code
    "walking":
    code
    "attack":
    code
    "dead":
    code

  • @goldenstarsstudio3153
    @goldenstarsstudio3153 10 หลายเดือนก่อน

    Coucou 👋

  • @MagdySanad-ed8hi
    @MagdySanad-ed8hi 10 หลายเดือนก่อน

    first