From a7f0af64b5188891136b001f3f3c3f9fd2b73ae3 Mon Sep 17 00:00:00 2001 From: Javran Cheng Date: Tue, 12 Dec 2017 21:51:41 -0500 Subject: [PATCH] support loading from lz-string --- battleplayer.html | 3 +- js/battleplayer.js | 14 +- reader/lz-string.js | 501 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 516 insertions(+), 2 deletions(-) create mode 100644 reader/lz-string.js diff --git a/battleplayer.html b/battleplayer.html index 52e1f6e3..ddd58532 100644 --- a/battleplayer.html +++ b/battleplayer.html @@ -16,6 +16,7 @@ +