You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the default PropertyUsageFlags for var fields
PROPERTY_USAGE_NO_EDITOR still writes the property to files, which
doesn't match the default property for vars in GDScript.
PROPERTY_USAGE_NONE indicates that the property should not be saved
or shown in the editor.
0 commit comments