Ivan "KaiSD" Korystin hace 10 años
padre
commit
e7f90bf86e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver fichero

@@ -17,7 +17,7 @@ You can also subclass the Actor and add all the actions you want to the Start()

### Included actions (ready and WIP)
All actions are designed to word in 3D scene (i.e. using Vector3 for movement, rotation and scaling).
You can use it in 2D with apropriate vectors, but i'm going to add support for 2D actions soon.
You can use it in 2D with appropriate vectors, but i'm going to add support for 2D actions soon.

Base actions
- [x] Sequence