AtegonM to [email protected] • 6 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)programming.devimagemessage-square4fedilinkarrow-up150
arrow-up150imageDaily 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)programming.devAtegonM to [email protected] • 6 months agomessage-square4fedilink
@export_group(“Text”) is used to make a group and you can break out of the group using @export_group(“”)
Just used this, thanks!