diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index da2ee54ef..ebfcfd992 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -18,6 +18,7 @@
Note that you need to add -tags=example
to run examples.
Let's build a simple "Hello world!" game to get started with Ebiten. diff --git a/docs/images/projects/clock_of_atonement.png b/docs/images/projects/clock_of_atonement.png new file mode 100644 index 000000000..7361fc0cd Binary files /dev/null and b/docs/images/projects/clock_of_atonement.png differ diff --git a/docs/index.html b/docs/index.html index cdd4279fd..242898429 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,6 +18,7 @@
The Gopher photographs by Chris Nokleberg are licensed under the Creative Commons 3.0 Attributions License.
@@ -107,6 +108,13 @@ cd $GOPATH/src/github.com/hajimehoshi/ebiten/examples go run -tags=example rotate/main.goNote that you need to add -tags=example
to run examples.
Let's build a simple "Hello world!" game to get started with Ebiten. diff --git a/docs/stylesheets/ebiten.css b/docs/stylesheets/ebiten.css index f8305e112..2c33df23e 100644 --- a/docs/stylesheets/ebiten.css +++ b/docs/stylesheets/ebiten.css @@ -19,7 +19,7 @@ dt { font-weight: normal; } -img.example { +.img-thumbnail { background-color: #000; border-color: #657378; border-style: solid;