From 5f5d7b423e7f29b54304e75e8f12a90095d204c6 Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Sat, 21 Jun 2014 10:57:38 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4cf27e7..1fbec49 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Base actions - [x] Random - randomly choises and does one action from the given list. Interval actions +- [ ] Follow - follows another actor with the given speed for the given amount of time (of forever). +- [ ] LookAt - rotates the object to look at the given actor. *These two actions requires the using of MeshActor script instead of Actor.* - [x] SkewBy - skews the mesh by given values. @@ -69,6 +71,8 @@ Interval actions Instant actions - [x] SetRotation - instantly rotates the object to the given euler angles. - [x] SetTint - instantly tints the object to the given color. +- [x] SetDirection - instantly rotates the object to look at the given actor. +- [ ] Stop - stops all actions for this object. ### Future plans After completing these actions, i'm going to add some more to the list.