diff --git a/README.md b/README.md index 8084518..2cfc303 100644 --- a/README.md +++ b/README.md @@ -162,8 +162,8 @@ GOTO label |-------------------|-------------| | SAYS | Yes | | CHANGE | Yes | -| TO | No | -| ANIMATE | No | +| TO | Yes | +| ANIMATE | Yes | ### Other Features | Feature | Implemented | | --------- | ----------- | diff --git a/stories/story.ha b/stories/story.ha index 0e9ea1f..47a99ad 100644 --- a/stories/story.ha +++ b/stories/story.ha @@ -2,6 +2,7 @@ @tim change name "Timothy Fineshooter" @tim to fr choice "choice numero uno" { + @tim animate wave @tim says "super sad" } or "choice numero duo" { diff --git a/stories/test.zip b/stories/test.zip index 458becd..1789229 100644 Binary files a/stories/test.zip and b/stories/test.zip differ