0 votes
export var job = ['a', 'b', 'c']

enter image description here
How to export var as scrollbar?

in Engine by (346 points)

1 Answer

+1 vote
Best answer

Hey Tort,
When you export floats with a max like this:

export (float, 20) var my_float = 10

there will be a HSlider.

If you export a string you can create a Dropdown selection button by adding some strings:

export (String, "Fire", "Water", "Earth") var y = "Fire"

If that's not what you meant look here.

Good Luck!

by (864 points)
selected by

Thanks!!!!!!

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.