added everything
This commit is contained in:
8
example/starter.fps/data/terrains/grassland/propertyMap.cs
Executable file
8
example/starter.fps/data/terrains/grassland/propertyMap.cs
Executable file
@@ -0,0 +1,8 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
addMaterialMapping( "sand" , "sound: 0" , "color: 0.46 0.36 0.26 0.4 0.0" );
|
||||
addMaterialMapping( "grass" , "sound: 0" , "color: 0.46 0.36 0.26 0.4 0.0" );
|
||||
addMaterialMapping( "patchy" , "sound: 0" , "color: 0.46 0.36 0.26 0.4 0.0" );
|
||||
Reference in New Issue
Block a user