added everything
This commit is contained in:
BIN
example/starter.fps/data/terrains/grassland/grass.jpg
Executable file
BIN
example/starter.fps/data/terrains/grassland/grass.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
BIN
example/starter.fps/data/terrains/grassland/patchy.jpg
Executable file
BIN
example/starter.fps/data/terrains/grassland/patchy.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
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" );
|
BIN
example/starter.fps/data/terrains/grassland/sand.jpg
Executable file
BIN
example/starter.fps/data/terrains/grassland/sand.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Reference in New Issue
Block a user