From 1b6c5cfdbe101d5733f2f6d998303f49e44d8742 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 22 Feb 2018 10:33:45 -0500 Subject: [PATCH] Added a way to save your character --- game.js | 46 ++++++++++++++++++++++++++++++++++++++++++++++ stroll.html | 6 ++++-- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/game.js b/game.js index 39a439f..103afcb 100644 --- a/game.js +++ b/game.js @@ -1317,6 +1317,50 @@ function preset(name) { } } +function saveSettings() { + storage = window.localStorage; + + settings = {}; + + form = document.forms.namedItem("custom-species-form"); + + for (var i=0; i
-
Welcome to Stroll 0.3.5
+
Welcome to Stroll 0.3.6
This game features 18+ content
Changelog
It's a nice day for a walk
@@ -88,7 +88,7 @@
-

Welcome to Stroll 0.3.5

+

Welcome to Stroll 0.3.6

This game features 18+ content

Changelog
@@ -204,6 +204,8 @@
+ +