From 74befebca8f695a2b2f515804ae9a89f58b3e967 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:22:52 -0700 Subject: [PATCH] Update life.js --- data/site/other/life/life.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/site/other/life/life.js b/data/site/other/life/life.js index 1a7fd38d..a93401b3 100644 --- a/data/site/other/life/life.js +++ b/data/site/other/life/life.js @@ -1,7 +1,7 @@ //============================================// // Card Conjurer, by Kyle Burton // //============================================// -console.log("1.0") +console.log("1.1") //define variables var playerCount, startingLifeTotal, firstPlayerWide = false, lastPlayerWide = false, playerList = [], rowHeight = 0, columnWidth = 0, rowCount = 0, isFullscreen = true, mouseClickId = 0, noSleep = new NoSleep(), canEnableNoSleep = false //Setup the enabler for no sleep