mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 00:23:46 +00:00
Merge pull request #692 from Azaezel/alpha40/thatsMetal
fix metal sound entry for playerdata
This commit is contained in:
commit
7f93734cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -946,7 +946,7 @@ $rigidEntriesList = $rigidEntriesList SPC "waterWakeSound waterWakeSoundAsset";
|
|||
T3Dpre4ProjectImporter::genProcessor("RigidShapeData",$rigidEntriesList);
|
||||
// - PlayerData
|
||||
$PlayerEntriesList = "shapeFP shapeFPAsset shapeNameFP shapeFPAsset";
|
||||
$PlayerEntriesList = $PlayerEntriesList SPC "FootSoftSound FootSoftAsset FootHardSound FootHardAsset FootMetalSound FootMetal";
|
||||
$PlayerEntriesList = $PlayerEntriesList SPC "FootSoftSound FootSoftAsset FootHardSound FootHardAsset FootMetalSound FootMetalAsset";
|
||||
$PlayerEntriesList = $PlayerEntriesList SPC "FootSnowSound FootSnowAsset FootShallowSound FootShallowSplashAsset";
|
||||
$PlayerEntriesList = $PlayerEntriesList SPC "FootWadingSound FootWadingAsset FootUnderwaterSound FootUnderWaterAsset";
|
||||
$PlayerEntriesList = $PlayerEntriesList SPC "FootBubblesSound FootBubblesAsset movingBubblesSound MoveBubblesAsset";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue