From 5190481014a6d92bf89b8c88e4586ffd7f4c8846 Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Sat, 21 Jun 2014 02:03:53 +0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aeba45b..32d443c 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Since actions are quite simple, i implemented them myself. ### How to use - 1. Put the src folder into your assets folder. -Then attach the Actor.cs script to the object you want. -See the examples folder, there's a sample script there. +1. Put the src folder into your assets folder. +2. Then attach the Actor.cs script to the object you want. +3. See the examples folder, there's a sample script there. You can also subclass the Actor and add all the actions you want to the Start() method.