You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Add Jolt Physics as an alternative 3D physics engine
Co-authored-by: Jorrit Rouwe <jrouwe@gmail.com>
This commit is contained in:
@@ -926,6 +926,7 @@ void PhysicsServer2DManager::on_servers_changed() {
|
||||
}
|
||||
ProjectSettings::get_singleton()->set_custom_property_info(PropertyInfo(Variant::STRING, setting_property_name, PROPERTY_HINT_ENUM, physics_servers));
|
||||
ProjectSettings::get_singleton()->set_restart_if_changed(setting_property_name, true);
|
||||
ProjectSettings::get_singleton()->set_as_basic(setting_property_name, true);
|
||||
}
|
||||
|
||||
void PhysicsServer2DManager::_bind_methods() {
|
||||
|
||||
Reference in New Issue
Block a user