Master Signals in the Godot Engine Fast! | Walkthrough | Tutorial

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

КОМЕНТАРІ • 22

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

    Thanks so much! I was having a hard time understanding how signals worked in general from other tutorials, they would just use them and say "it's that easy!", but you actually explained how it works and the different ways to use them. Thanks again! :)

    • @HexBlit
      @HexBlit  2 роки тому +1

      Thank you for your kind words!

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

    Better late than never, I hope this video was helpful! What are you trying to accomplish with Godot?

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

    Awesome tutorial, any plans on doing some more tutorials for Godot 4? You explain everything in such a clear and concise manner.

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

      Thank you! Appreciate it! I am actually working on a "Know your Nodes" series where each video is a short example of how to use the node in Godot 4.

  • @4mb127
    @4mb127 2 роки тому +2

    Really nicely made video. Congrats.

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

      Thank you so much 😀

  • @markvador6667
    @markvador6667 2 роки тому +2

    Very good job ! I really love the way you explain this ! Subscribed !

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

      thank you! I am glad it has been helpful.

  • @Loethor
    @Loethor 2 роки тому +1

    What is this program where you have your drawings minute 1?

    • @HexBlit
      @HexBlit  2 роки тому +2

      I used Aseprite, I use it for all my pixel work

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

      @@HexBlit thanks

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

    Would be great to see arguments passed through signals

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

    wow your video helped me so much thanks!

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

      Thank you! it is comments like these that push me to make more content.

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

      @@HexBlit Firstly thanks for your content, I know how hard is to make time to upload. I honestly believe that if you start uploading now that Godot is exploding, your channel will grow super fast specially since you know what you are doing! keep it up!

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

      Thanks I appreciate it! That is the plan! unless life is getting in the way new uploads should be appearing. I hope to create an amazing community and be another pillar for aspiring game developers to make their creations a reality.

  • @lufasumafalu5069
    @lufasumafalu5069 Рік тому +2

    great tutorial . wher you get that free sprites

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

      pretty sure I found em on itch io

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

    Did the code for this change with the 4.0 release? Having issues trying to reproduce the behavior with the key unlocking the first door.

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

      Yes Godot 4 is a little bit different, I'll need to make an updated video. Mainly the callback is no longer a string and you use the function directly. docs.godotengine.org/en/stable/getting_started/step_by_step/signals.html#connecting-a-signal-via-code

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

      @@HexBlit Thanks for the link! sorted out my issue