Fixed dash effect to be supported with the new animations using Fade components.

Added bool Loop field in Fade component.
This commit is contained in:
William Moberg
2016-03-13 22:49:24 +01:00
parent 148d60f8f8
commit e4145cf292
7 changed files with 69 additions and 41 deletions
-13
View File
@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Entity name="DashEffect" xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd">
<Components>
<c:Lifetime>
<Lifetime>0.5</Lifetime>
</c:Lifetime>
<c:Transform/>
</Components>
<Children/>
</Entity>