CI: Various version bumps; sync with main repo

This commit is contained in:
Thaddeus Crews
2025-04-26 12:23:07 -05:00
parent 08fd033a9e
commit 64cdf089d9
13 changed files with 272 additions and 231 deletions

View File

@@ -161,7 +161,7 @@ bool Example::_property_can_revert(const StringName &p_name) const {
} else {
return false;
}
};
}
bool Example::_property_get_revert(const StringName &p_name, Variant &r_property) const {
if (p_name == StringName("property_from_list")) {
@@ -170,7 +170,7 @@ bool Example::_property_get_revert(const StringName &p_name, Variant &r_property
} else {
return false;
}
};
}
void Example::_validate_property(PropertyInfo &p_property) const {
String name = p_property.name;