Godot Recipe: 8-way Movement & Animation

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 27

  • @sudome5907
    @sudome5907 3 роки тому +11

    How good it feels when a youtuber which I have been watching for years had uploaded a video😆

  • @user-lr8gb5bf2z
    @user-lr8gb5bf2z 9 місяців тому +4

    that is a pretty elegant solution. I had 8 if's and approximately 40 animations so it helped a lot

  • @trombonemunroe
    @trombonemunroe 3 роки тому +7

    Wonderful! So clearly explained - thank you!

  • @djlazer1
    @djlazer1 3 роки тому +6

    Are you ever gonna release part 6 of the pathfinding tutorial, it would be just fantastic. Ik it’s been like 4 years but those tutorials were great.

  • @daftmathtv
    @daftmathtv 20 днів тому

    "Stepify" in Godot 4 was renamed to "snapped" or "snappedf" or "snappedi" so if you're following along with this tutorial in 2024 you might need to rename that function call.

  • @zapposh
    @zapposh 3 роки тому +4

    Excellent tutorial. Thanks a lot!

  • @KyleSzklenski
    @KyleSzklenski 3 роки тому +3

    This is the best video ever made on this site.

  • @9livesK9
    @9livesK9 8 місяців тому +1

    How did you setup the animated sprite? So, you just skipped right into a setup animated sprite but how did you get there

  • @TheWolf-pr7ov
    @TheWolf-pr7ov 2 роки тому +1

    and do you know how to make an enemy look at the player in 8 directions?

  • @yunarukam-bae8944
    @yunarukam-bae8944 5 місяців тому

    Thought this tutorial would be for a 2d sprite in a 3d environment, which it isn't.

  • @TheFilipFonky
    @TheFilipFonky 29 днів тому

    I can do this with a spreadsheet just fine, right?

  • @adibrahman9297
    @adibrahman9297 3 роки тому +3

    Awesome 👍🏾

  • @Vejitasei
    @Vejitasei 3 роки тому

    Thank you so much. Can you also demo how to use the _shadows images. Been searching google without much luck. Thanks in advance :)

  • @hendrik-beneperdok4066
    @hendrik-beneperdok4066 Рік тому

    thx! needed your script for my prototype :)

  • @rittwikde5145
    @rittwikde5145 3 роки тому

    How can we make a bounce classic game in pygame or in Gadot. 😬 Please look into this

  • @kareemfarrag9713
    @kareemfarrag9713 Рік тому

    how to make it on 2d platform game ?

  • @twomack33
    @twomack33 2 роки тому

    Is there anything special you have to do if you are trying to use a gamepad joystick to read direction?

  • @Chillerll
    @Chillerll Рік тому

    But isn't it better to use spritesheets for optimization instead of individual files for every sprite? Can Godot handle spritesheets like unity?

    • @Kidscancode
      @Kidscancode  Рік тому +1

      Use whatever art you have. This particular animation came in individual frames. Spritesheets work just fine too.

  • @derekplus
    @derekplus 10 місяців тому

    This doesn't seem to work with godot 4.0

    • @Kidscancode
      @Kidscancode  10 місяців тому

      Yes, this was made 2 years ago for Godot 3. However, the required changes are minimal.
      I have updated many of these recipes for Godot 4: kidscancode.org/godot_recipes/4.x/2d/8_direction/

  • @sere_fei
    @sere_fei 2 роки тому

    Thanks for this! Just what I am looking for.

  • @dipashrideore2184
    @dipashrideore2184 3 роки тому +1

    Can u start teaching unity?

    • @Kidscancode
      @Kidscancode  3 роки тому +2

      I don't use Unity. Plus there are many, many Unity tutorials already.

  • @aditgaur1585
    @aditgaur1585 3 роки тому +2

    first