Godot Tutorials : Directional damage indicators

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

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

  • @lionn00b
    @lionn00b 8 месяцев назад +1

    thanks, this tutorial was really helpful!

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

      Hay man, thanks, I looked at your yt channel and I see you do animations, I need some animations work done for some guns , I can provide the models arm rig and guns , would you be willing to do some for me?

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

    Amazing... I am new to programming, I followed this tutorial to implement this, but i am finding it difficult to replicate PlayerProperties... In the Ready function and one other function, please what am i getting wrong, i am getting an error there

    • @Dragon20C
      @Dragon20C  6 месяцев назад +1

      @2and3d_com hello, you don't have to implement the player properties I have that because my game is different, you simply add an export variable called player and then in the editor you select your player.
      Like so
      @export var player : characterbody3d
      And then in the editor you find your player.

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

      @@Dragon20C amazing.... Thank you so much... I will do it now