Commit 7f79fac
committed
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.1 parent 0028a86 commit 7f79fac
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments