Procházet zdrojové kódy

Update README.md

master
Ivan "KaiSD" Korystin před 10 roky
rodič
revize
5190481014
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      README.md

+ 3
- 3
README.md Zobrazit soubor

@@ -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.