mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
PhysicsShapeData examples
This commit is contained in:
parent
f42c9bd9b7
commit
a3173b566e
2 changed files with 75 additions and 1 deletions
|
|
@ -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");
|
||||
Loading…
Add table
Add a link
Reference in a new issue