diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html
index 2154edd12..050fd6fce 100644
--- a/_docs/index.tmpl.html
+++ b/_docs/index.tmpl.html
@@ -73,6 +73,12 @@ pre {
<script src="yourgame.js"></script>
NOTE: file://
URL may not work with Ebiten. Execute your game on a HTTP server.
+Apps created with Ebiten
+
+
Change Log
2015-??-??
@@ -82,12 +88,6 @@ pre {
- Support for touch events
- Added new functions for image rendering:
- - Image.DrawFilledRect
- - Image.DrawFilledRects
- - Image.DrawLine
- - Image.DrawLines
- - Image.DrawRect
- - Image.DrawRects
- Image.ReplacePixels
@@ -95,11 +95,10 @@ pre {
- exp/audio: Play music and sound
- exp/gamepad: Useful functions to configure gamepads
- - exp/shape: Draw ellipses and arcs
- These packages are experimental and we don't guarantee backward compatibility.
- - Some bug fix
+ - Some bug fix.
diff --git a/_docs/public/index.html b/_docs/public/index.html
index f2edd718b..fb9b1c5d3 100644
--- a/_docs/public/index.html
+++ b/_docs/public/index.html
@@ -101,6 +101,12 @@ pre {
<script src="yourgame.js"></script>
NOTE: file://
URL may not work with Ebiten. Execute your game on a HTTP server.
+Apps created with Ebiten
+
+
Change Log
2015-??-??
@@ -110,12 +116,6 @@ pre {
- Support for touch events
- Added new functions for image rendering:
- - Image.DrawFilledRect
- - Image.DrawFilledRects
- - Image.DrawLine
- - Image.DrawLines
- - Image.DrawRect
- - Image.DrawRects
- Image.ReplacePixels
@@ -123,11 +123,10 @@ pre {
- exp/audio: Play music and sound
- exp/gamepad: Useful functions to configure gamepads
- - exp/shape: Draw ellipses and arcs
- These packages are experimental and we don't guarantee backward compatibility.
- - Some bug fix
+ - Some bug fix.