mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Editor integration for creation of entities and GameObjects.
This commit is contained in:
parent
f54fde9c6b
commit
6517b86491
6 changed files with 294 additions and 12 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue