Editor integration for creation of entities and GameObjects.

This commit is contained in:
Areloch 2016-05-21 11:47:10 -05:00
parent f54fde9c6b
commit 6517b86491
6 changed files with 294 additions and 12 deletions

View file

@ -29,7 +29,7 @@ function ItemRotationComponent::onAdd(%this)
%this.addComponentField(horizontal, "Rotate horizontal or verticle, true for horizontal", "bool", "1", "");
}
function ItemRotateBehavior::Update(%this)
function ItemRotationComponent::Update(%this)
{
%tickRate = 0.032;