From 1584f7af85af3c403212cea6261cd9134d08323a Mon Sep 17 00:00:00 2001 From: Legonzaur <34353603+Legonzaur@users.noreply.github.com> Date: Fri, 26 Jun 2020 19:35:32 +0200 Subject: [PATCH] Adding forward and backward (CTRL+Z and CTRL+Y) --- .gitignore | 0 index.html | 1 + js/drawFunctions.js | 70 ++++++++++++++++++++++++++ js/script.js | 116 +++++++++++++++----------------------------- 4 files changed, 110 insertions(+), 77 deletions(-) create mode 100644 .gitignore create mode 100644 js/drawFunctions.js diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index fa1c3fd..ab9d696 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@