We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11b44a commit 18171b6Copy full SHA for 18171b6
src/late_globals.lua
@@ -48,6 +48,8 @@ GD = {
48
PropertyHint = PropertyHint,
49
--- `Enumerations.PropertyUsage`
50
PropertyUsage = PropertyUsage,
51
+ --- Project version: 0.1.0
52
+ _VERSION = '0.1.0',
53
}
54
55
local global_constants = api.godot_get_global_constants()
0 commit comments