tge/example/demo/data/interiors/propertyMap.cs
2017-04-17 06:17:10 -06:00

10 lines
491 B
C#
Executable File

//-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
addMaterialMapping( "Floor_slate01" , "sound: 0" );
addMaterialMapping( "Floor_tile01" , "sound: 1" );
addMaterialMapping( "FlrFiller3_01" , "sound: 2" );
addMaterialMapping( "FlrFiller3_02" , "sound: 3" );
addMaterialMapping( "FlrFiller3_03" , "sound: 1" );