summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorZoRo <dos21h@gmail.com>2020-11-30 08:03:00 +0000
committerZoRo <dos21h@gmail.com>2020-11-30 08:03:00 +0000
commita54d8fb8f1ea2184e508adf160915a27b95a7302 (patch)
treea34d7985cd56e1ba9714aca22fa62251f40fe101 /index.html
parent1c5bd982ab37b161410be55eaa401e4686d16351 (diff)
downloadwasm_fractal-a54d8fb8f1ea2184e508adf160915a27b95a7302.tar.gz
wasm_fractal-a54d8fb8f1ea2184e508adf160915a27b95a7302.zip
Version 0.3
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/index.html b/index.html
index 5499fd9..a91652f 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
</head>
<body>
<pre>
- Koh fractal. Version: 0.1
+ Koh fractal. Version: 0.3
</pre>
<script type='text/javascript'>
var Module = {};
@@ -28,16 +28,27 @@
</div>
<pre>
+ To save right click and "Save image as ..."
Supported keys:
left,right,up,down - change position by 10 pixels
r - reset the configuration
'-' - decrease amount of levels
- '+' - increase amount of levels
+ '=' - increase amount of levels
q - previous color pattern
w - next color pattern
a - decrease size
s - increase size
</pre>
+ <pre>
+ Changelog:
+ v0.3 -
+ fixed help -> increase button set to '='
+ v0.2 -
+ fixed increase size bug, when fractal become as point
+ color pattern bug when go to next color
+ v0.1 - initial release
+ </pre>
+
</body>
</html> \ No newline at end of file