Initial commit
This commit is contained in:
9
Torque/SDK/example/starter.racing/data/init.cs
Normal file
9
Torque/SDK/example/starter.racing/data/init.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
// A temporary hack until we can find a better way to initialize
|
||||
// material properties.
|
||||
exec( "./terrains/grassland/propertyMap.cs" );
|
||||
exec( "./terrains/scorched/propertyMap.cs" );
|
||||
Reference in New Issue
Block a user