This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

Hi!
Does anyone has Text edit, input edit project example, please? I cant figure out how to make texts and dialogs on Godot....

in Engine by (227 points)

1 Answer

+3 votes

There is a way to do GUI elements. You can add Label nodes and set them wherever you want. For example, here's a little tutorial on using rich text in your app.

Here's another way to add in a field that you can edit. In your node tree, add a Panel node, then add a TextEdit node. Here's something I whipped up in a couple of seconds:

Nice textbox

And here's the accompanying node tree:

enter image description here

Hope that helps.

by (3,164 points)
edited by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.