AtegonMA to Godot · 4 months agoDaily Godot Tip #28: You can group your exported variables into toggleable sections to make them a bit cleaner (and a similar structure to the built in variables)imagemessage-square4linkfedilinkarrow-up154arrow-down10file-text
arrow-up154arrow-down1imageDaily Godot Tip #28: You can group your exported variables into toggleable sections to make them a bit cleaner (and a similar structure to the built in variables)AtegonMA to Godot · 4 months agomessage-square4linkfedilinkfile-text
@export_group(“Text”) is used to make a group and you can break out of the group using @export_group(“”)
Just used this, thanks!