Adds some example components, game objects and the tools and scripts to utilize them.

This commit is contained in:
Areloch 2016-05-15 16:24:47 -05:00
parent 7bf49f0670
commit 6fe0b1789d
32 changed files with 1812 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<GameObjectAsset
AssetName="ThirdPersonPlayerGameObjectAsset"
gameObjectName="ThirdPersonPlayer"
TAMLFilePath="scripts/server/gameObjects/ThirdPersonPlayerObject.taml"
scriptFilePath="scripts/server/gameObjects/ThirdPersonPlayerObject.cs"/>