feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include "physics_material.h"
|
||||
|
||||
#if !defined(PHYSICS_2D_DISABLED) || !defined(PHYSICS_3D_DISABLED)
|
||||
void PhysicsMaterial::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("set_friction", "friction"), &PhysicsMaterial::set_friction);
|
||||
ClassDB::bind_method(D_METHOD("get_friction"), &PhysicsMaterial::get_friction);
|
||||
|
|
@ -68,3 +69,4 @@ void PhysicsMaterial::set_absorbent(bool p_val) {
|
|||
absorbent = p_val;
|
||||
emit_changed();
|
||||
}
|
||||
#endif // !defined(PHYSICS_2D_DISABLED) || !defined(PHYSICS_3D_DISABLED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue