PhysicsShapeData examples

This commit is contained in:
rextimmy 2017-01-03 10:24:47 +10:00
parent f42c9bd9b7
commit a3173b566e
2 changed files with 75 additions and 1 deletions

View file

@ -61,4 +61,7 @@ exec("./player.cs");
exec("./aiPlayer.cs");
// Load the vehicle datablocks
exec("./vehicles/cheetahCar.cs");
exec("./vehicles/cheetahCar.cs");
// Physics objects
exec("./physics.cs");