OSDN Git Service

[added] Forever Action to repeat other actions indefinetly.
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 23 Oct 2010 21:13:39 +0000 (21:13 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 23 Oct 2010 21:13:39 +0000 (21:13 +0000)
commita7c320a02ade9eb09184f96c9fc14e2cfabcbc67
tree9554495744eb4f6de8e882b2c6731b0426e76127
parent11a3d45b4f950f0677747ec44841ba6267b82034
[added] Forever Action to repeat other actions indefinetly.
[changed] All actions to be useable with forever. This means reseting done/taken in setTarget.
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Delay.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/FadeIn.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/FadeOut.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/Forever.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/MoveTo.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RotateTo.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/ScaleTo.java