Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
12 stars 5 forks source link

Implement Furniturephysicssrv, removing furniturePhysics from the scene tree #333

Closed snipercup closed 1 month ago

snipercup commented 1 month ago

Replaces FurniturePhysics with FurniturePhysicsSrv, removing it from the scene tree and using only Servers to create an equivalent.

Pushing furniture is a bit different, I think this is because the x and z axis are not locked like with FurniturePhysics. Might need more work.