11 lines
364 B
C#
Executable File
11 lines
364 B
C#
Executable File
//-----------------------------------------------------------------------------
|
|
// Torque Game Engine
|
|
// Copyright (C) GarageGames.com, Inc.
|
|
//-----------------------------------------------------------------------------
|
|
|
|
datablock StaticShapeData(TorqueLogoItem)
|
|
{
|
|
category = "Items";
|
|
shapeFile = "~/data/shapes/3dtorquelogo/torque_logo.dts";
|
|
};
|