OSDN Git Service

[changed] MoveTo does not coordinate transform. That's just stupid
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 23 Oct 2010 21:23:32 +0000 (21:23 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Sat, 23 Oct 2010 21:23:32 +0000 (21:23 +0000)
commit15c3fccd1718b4d0081d906e008a8d38a637c255
treecd7a642634e452a0451d04e8eede16a51488db0d
parenta7c320a02ade9eb09184f96c9fc14e2cfabcbc67
[changed] MoveTo does not coordinate transform. That's just stupid
[added] FadeTo, MoveBy and RotateBy.
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/FadeTo.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/MoveBy.java [new file with mode: 0644]
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/MoveTo.java
gdx/src/com/badlogic/gdx/scenes/scene2d/actions/RotateBy.java [new file with mode: 0644]