Implement [ExportToolButton]

This commit is contained in:
Paul Joannon 2024-10-06 18:24:46 +02:00
parent db66bd35af
commit 4f52c2bb1f
No known key found for this signature in database
GPG key ID: C12F69B0AD0390DD
18 changed files with 406 additions and 3 deletions

View file

@ -89,7 +89,8 @@ namespace Godot.SourceGenerators
Password = 36,
LayersAvoidance = 37,
DictionaryType = 38,
Max = 39
ToolButton = 39,
Max = 40
}
[Flags]