Initial commit
This commit is contained in:
19
Torque/SDK/example/demo/server/scripts/flag.cs
Normal file
19
Torque/SDK/example/demo/server/scripts/flag.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// Torque Game Engine
|
||||
// Copyright (C) GarageGames.com, Inc.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
datablock StaticShapeData(FlagPole)
|
||||
{
|
||||
category = "Demo";
|
||||
shapeFile = "~/data/shapes/objects/flagpole.dts";
|
||||
};
|
||||
|
||||
datablock ShapeBaseImageData(FlagPoleImage)
|
||||
{
|
||||
shapeFile = "~/data/shapes/objects/flagpole.dts";
|
||||
mountPoint = 1;
|
||||
offset = "0 0 -1";
|
||||
emap = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user