From 7bc359ad113a8138801a99f1a69c79ddde5b4b29 Mon Sep 17 00:00:00 2001 From: Christian Anderson Date: Fri, 23 Aug 2019 23:12:20 +0000 Subject: [PATCH] Merge pull request #18 from strathausen/patch-1 commit typo in readme: Play vs play --- .theia/launch.json | 6 ++++++ .theia/settings.json | 3 +++ README.md | 4 ++-- package-lock.json | 3 +++ src/index.html | 0 5 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .theia/launch.json create mode 100644 .theia/settings.json create mode 100644 package-lock.json create mode 100644 src/index.html diff --git a/.theia/launch.json b/.theia/launch.json new file mode 100644 index 0000000..a2ea02c --- /dev/null +++ b/.theia/launch.json @@ -0,0 +1,6 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + "version": "0.2.0", + "configurations": [] +} diff --git a/.theia/settings.json b/.theia/settings.json new file mode 100644 index 0000000..651011e --- /dev/null +++ b/.theia/settings.json @@ -0,0 +1,3 @@ +{ + "editor.autoSave": "on" +} \ No newline at end of file diff --git a/README.md b/README.md index 4cb2271..3558263 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ All the agent actions are queued and executed by order, so you could stack them. ```javascript // play a given animation -agent.Play('Searching'); +agent.play('Searching'); // play a random animation agent.animate(); @@ -66,4 +66,4 @@ Special Thanks -------------- * The awesome [Cinnamon Software](http://www.cinnamonsoftware.com/) for developing [Double Agent](http://doubleagent.sourceforge.net/) the program we used to unpack Clippy and his friends! -* Microsoft, for creating clippy :) \ No newline at end of file +* Microsoft, for creating clippy :) diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..48e341a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,3 @@ +{ + "lockfileVersion": 1 +} diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..e69de29