added everything
This commit is contained in:
10
example/starter.fps/data/interiors/propertyMap.cs
Executable file
10
example/starter.fps/data/interiors/propertyMap.cs
Executable file
@@ -0,0 +1,10 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// 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" );
|
||||
Reference in New Issue
Block a user