Crafting Self-Destruct Platforms | Godot 4 Tutorial

Поделиться
HTML-код
  • Опубликовано: 21 окт 2024

Комментарии • 15

  • @iggyfer97
    @iggyfer97 5 месяцев назад

    Thank you, friend! I love these short tutorials. Just to echo a comment from below - a pushable block tutorial would be great! I think Godot changed the inertia settings recently so older tutorials don't seem to work anymore. I've also been struggling with ladders, if you're looking for tutorial ideas ☺

  • @jackwinner4810
    @jackwinner4810 10 месяцев назад +1

    Great Tutorial Thank you very much

  • @shashanksahu9230
    @shashanksahu9230 Год назад +1

    Quick and easy !

  • @_a1738
    @_a1738 8 месяцев назад

    You are amazing! Thank you sooo much for this

  • @harperhill864
    @harperhill864 10 месяцев назад +1

    Thank you!!!

  • @sheeveman7568
    @sheeveman7568 6 месяцев назад

    Question but how can you make it fall and comeback like the donut blocks in mario

  • @meraklmuskulpesent8313
    @meraklmuskulpesent8313 Год назад

    Thanks. Could you do a tutorial on pushable boxes and pendulum-like swinging objects next time?

    • @dicode1q
      @dicode1q  Год назад

      For pendulum Just change the rotation property using animation player or tween. That's it

  • @atalay7260
    @atalay7260 Год назад

    Hello, i was wondering how i can make 2 or more destructable platforms interact each other when one of them is interacted, like if you interact with one of them the nearby ones will collapse as well, do you have any advices?

    • @dicode1q
      @dicode1q  Год назад

      One simple way I can think of is by adding one area2D node which will be wide enough to overlap with the adjacent platform. Initially this Area2D's collision shape will be disabled. Now as soon as one platform detect player, then it will enable that collision shape and inside it you can check if the body inside this area is a platform, then you can trigger the collapse function for that platform.

    • @atalay7260
      @atalay7260 Год назад +1

      @@dicode1q thank you, i figured out yesterday turns out it wasn't that difficult haha

    • @dicode1q
      @dicode1q  Год назад

      Nice to hear that

  • @user-nc9on4bp2o
    @user-nc9on4bp2o Год назад

    Can you include your code please. Thank you.

  • @Flamebamboo
    @Flamebamboo 4 месяца назад

    make more new tutorial please