Hi,
I am new here, and in Godot, and also in Game development. I try to create a label using GDScript and apply a custom_styles/normal on it. I can't find any documentation or post anywhere that explain it.
I already created the ".tres" style.
Any Idea?
var label: Label = Label.new()
label.set_text("Example")
label.set("custom_styles/normal", "res://path_to_tres/example.tres")
Thanks,