mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Adds in some missing script functions that let projectiles damage and destroy physics shapes.
This commit is contained in:
parent
bab55d46a9
commit
c645475e56
3 changed files with 83 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ exec("./health.cs");
|
|||
exec("./projectile.cs");
|
||||
exec("./radiusDamage.cs");
|
||||
exec("./teleporter.cs");
|
||||
exec("./physicsShape.cs");
|
||||
|
||||
// Load our supporting weapon script, it contains methods used by all weapons.
|
||||
exec("./weapon.cs");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue