From 24b4571e390124c27631704fe901918a24ff59e5 Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Sat, 21 Jun 2014 02:07:17 +0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7017ee..e69215c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Interval actions - [x] JumpTo *uses Bezier action to move the object* - [x] JumpBy *uses Bezier action to move the object* - [x] Blink +- *if you want to manipulate alpha with the following actions, your material should support transparency (i.e. use Transparent shader)* - [x] TintBy - [x] TintTo @@ -60,6 +61,7 @@ Base actions - [x] Random - randomly choises and does one action from the given list. Interval actions + *These two actions requires the using of MeshActor script instead of Actor.* - [x] SkewBy - skews the mesh by given values. - [ ] SkewTo - skews the mesh to the given values.