Initial commit
This commit is contained in:
10
Torque/SDK/example/tutorial.base/server/logoitem.cs
Normal file
10
Torque/SDK/example/tutorial.base/server/logoitem.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
datablock StaticShapeData(TorqueLogoItem)
|
||||
{
|
||||
category = "Items";
|
||||
shapeFile = "~/data/shapes/3dtorquelogo/torque_logo.dts";
|
||||
};
|
||||
Reference in New Issue
Block a user