diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 27bfce507..2e9cfcd8c 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -40,7 +40,7 @@
Note: Gamepads and keyboard are not available on Android/iOS.
-Find more nice works with Ebiten!
+ +Note that you need to add -tags=example
to run examples.
Find more nice works with Ebiten!
- -Let's build a simple "Hello world!" game to get started with Ebiten.
First create a new directory (mkdir hello_world
), and change
diff --git a/docs/images/examples/blocks.png b/docs/images/examples/blocks.png
index 40ef285a2..ef8e0c7d7 100644
Binary files a/docs/images/examples/blocks.png and b/docs/images/examples/blocks.png differ
diff --git a/docs/images/projects/bears_restaurant.png b/docs/images/projects/bears_restaurant.png
new file mode 100644
index 000000000..5a68ad379
Binary files /dev/null and b/docs/images/projects/bears_restaurant.png differ
diff --git a/docs/index.html b/docs/index.html
index 014882f42..a3255323f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -37,7 +37,7 @@
Note: Gamepads and keyboard are not available on Android/iOS.
-Find more nice works with Ebiten!
+ +Note that you need to add -tags=example
to run examples.
Find more nice works with Ebiten!
- -Let's build a simple "Hello world!" game to get started with Ebiten.
First create a new directory (mkdir hello_world
), and change