added everything
This commit is contained in:
BIN
example/starter.racing/data/terrains/highplains/grass.jpg
Executable file
BIN
example/starter.racing/data/terrains/highplains/grass.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
example/starter.racing/data/terrains/highplains/patchy.png
Executable file
BIN
example/starter.racing/data/terrains/highplains/patchy.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 144 KiB |
10
example/starter.racing/data/terrains/highplains/propertyMap.cs
Executable file
10
example/starter.racing/data/terrains/highplains/propertyMap.cs
Executable file
@ -0,0 +1,10 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
addMaterialMapping( "grass" , "sound: 0" , "color: 0.46 0.36 0.26 0.4 0.0" );
|
||||
addMaterialMapping( "rock" , "sound: 0" , "color: 0.46 0.36 0.26 0.4 0.0" );
|
||||
addMaterialMapping( "stone" , "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" );
|
||||
addMaterialMapping( "scorched" , "sound: 0" , "color: 0.46 0.36 0.26 0.4 0.0" );
|
BIN
example/starter.racing/data/terrains/highplains/rock.png
Executable file
BIN
example/starter.racing/data/terrains/highplains/rock.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 157 KiB |
BIN
example/starter.racing/data/terrains/highplains/scorched.png
Executable file
BIN
example/starter.racing/data/terrains/highplains/scorched.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
BIN
example/starter.racing/data/terrains/highplains/stone.png
Executable file
BIN
example/starter.racing/data/terrains/highplains/stone.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 194 KiB |
Reference in New Issue
Block a user