How to create custom Text Field in GODOT | Godot Tutorials

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

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

  • @emeraldworldlp8828
    @emeraldworldlp8828 2 года назад +2

    Nice tutorial. I would recommend you to put the music down a bit in the future

    • @dicode1q
      @dicode1q  2 года назад

      Yeah I'll keep that in mind ,2 days after i uploading this video I realise audio is bad 😅

  • @Liquid_Rigel
    @Liquid_Rigel 11 месяцев назад +1

    Thank you!
    I figure I should leave this here for anyone else that ends up here: To convert from a line editor's string, use
    var exampleVar = int(lineEditorNode.text)

  • @indiancoder5036
    @indiancoder5036 2 года назад +2

    cool sprits

  • @pseudo-CraftingTable
    @pseudo-CraftingTable Год назад +1

    Great tutorial!
    is it possible to filter the text with letters only? Numbers and symbols wll not be accepted.

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

      You have to write you own check through code

  • @CrynusWo
    @CrynusWo 2 года назад +1

    Hi Dicode, I have a question in your clip: CanvasLayer is instanced the last , so how do you give CanvasLayer permission to emit_signal ("get_name" )without giving an error? Because as far as I know, if the World node keeps the connect command in _ready(), and the CanvasLayer holds the emit_signal command, then Godot will give an error: connect..null, because the CanvasLayer has not appeared in the Tree at the time of beginning game.So how can you do that without reporting an error? Looking forward to hearing from you, Dicode. Thank you.

    • @CrynusWo
      @CrynusWo 2 года назад +1

      Oh, I'm sorry I didn't look closely, you created it before you could use the connection. ^^ sorry for the question. Because I always get the error of World node _ready connecting to another node, that node has not been created yet.So I'm always looking for a way to fix that. ^^ it's annoying to do so many situations and then get stuck in the same problem all the time.

    • @dicode1q
      @dicode1q  2 года назад

      No problem 🙂

  • @CrynusWo
    @CrynusWo 2 года назад +1

    Dicode, If you have time, you can teach me how to create inventory in the simplest way. Because I have watched many video tutorials, but they messed up, and I am self-studying. ^^ Thank you!

    • @dicode1q
      @dicode1q  2 года назад +2

      Sure, if i find any simple way I will make a video