summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
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