diff --git a/_docs/example.tmpl.html b/_docs/example.tmpl.html index 81695e75c..e6b02205b 100644 --- a/_docs/example.tmpl.html +++ b/_docs/example.tmpl.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/index.tmpl.html b/_docs/index.tmpl.html index 7efe394c2..da90fd740 100644 --- a/_docs/index.tmpl.html +++ b/_docs/index.tmpl.html @@ -11,16 +11,16 @@ Ebiten
@@ -55,7 +55,7 @@

Examples

{{range .Examples -}} -
+
Ebiten example: {{.Name}}
{{- end}} diff --git a/_docs/public/examples/alphablending.html b/_docs/public/examples/alphablending.html index 690129d0a..273d899ac 100644 --- a/_docs/public/examples/alphablending.html +++ b/_docs/public/examples/alphablending.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/audio.html b/_docs/public/examples/audio.html index 6f3b2a65e..b6014916a 100644 --- a/_docs/public/examples/audio.html +++ b/_docs/public/examples/audio.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/blocks.html b/_docs/public/examples/blocks.html index 6a022834a..db82d657d 100644 --- a/_docs/public/examples/blocks.html +++ b/_docs/public/examples/blocks.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/font.html b/_docs/public/examples/font.html index 678a44bee..4d5629eaf 100644 --- a/_docs/public/examples/font.html +++ b/_docs/public/examples/font.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/gamepad.html b/_docs/public/examples/gamepad.html index 52901bb43..a46a1e97d 100644 --- a/_docs/public/examples/gamepad.html +++ b/_docs/public/examples/gamepad.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/hsv.html b/_docs/public/examples/hsv.html index 2f1d92179..c2c14d360 100644 --- a/_docs/public/examples/hsv.html +++ b/_docs/public/examples/hsv.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/hue.html b/_docs/public/examples/hue.html index 7334d8cd8..30d7924f5 100644 --- a/_docs/public/examples/hue.html +++ b/_docs/public/examples/hue.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/keyboard.html b/_docs/public/examples/keyboard.html index 9720f749f..e2f50b80a 100644 --- a/_docs/public/examples/keyboard.html +++ b/_docs/public/examples/keyboard.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/masking.html b/_docs/public/examples/masking.html index b9c594165..def754b98 100644 --- a/_docs/public/examples/masking.html +++ b/_docs/public/examples/masking.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/mosaic.html b/_docs/public/examples/mosaic.html index 74502e19a..d3557d28b 100644 --- a/_docs/public/examples/mosaic.html +++ b/_docs/public/examples/mosaic.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/noise.html b/_docs/public/examples/noise.html index a051a4d6f..5201e1cfa 100644 --- a/_docs/public/examples/noise.html +++ b/_docs/public/examples/noise.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/paint.html b/_docs/public/examples/paint.html index 5d6fa4867..69fd6cbbc 100644 --- a/_docs/public/examples/paint.html +++ b/_docs/public/examples/paint.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/perspective.html b/_docs/public/examples/perspective.html index 5cb4e15af..648ba4f30 100644 --- a/_docs/public/examples/perspective.html +++ b/_docs/public/examples/perspective.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/piano.html b/_docs/public/examples/piano.html index 03af7c818..4436c6d92 100644 --- a/_docs/public/examples/piano.html +++ b/_docs/public/examples/piano.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/rotate.html b/_docs/public/examples/rotate.html index 69fb4aaec..e71176577 100644 --- a/_docs/public/examples/rotate.html +++ b/_docs/public/examples/rotate.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/examples/sprites.html b/_docs/public/examples/sprites.html index b9e9f52a0..8cab0b6bb 100644 --- a/_docs/public/examples/sprites.html +++ b/_docs/public/examples/sprites.html @@ -9,6 +9,13 @@ +
diff --git a/_docs/public/index.html b/_docs/public/index.html index 40a4a2dc4..46a3053f6 100644 --- a/_docs/public/index.html +++ b/_docs/public/index.html @@ -11,16 +11,16 @@ Ebiten
@@ -54,37 +54,37 @@

Examples

-
+
Ebiten example: alphablending -
+
Ebiten example: audio -
+
Ebiten example: font -
+
Ebiten example: hsv -
+
Ebiten example: hue -
+
Ebiten example: gamepad -
+
Ebiten example: keyboard -
+
Ebiten example: masking -
+
Ebiten example: mosaic -
+
Ebiten example: noise -
+
Ebiten example: paint -
+
Ebiten example: perspective -
+
Ebiten example: piano -
+
Ebiten example: rotate -
+
Ebiten example: sprites -
+
Ebiten example: blocks
diff --git a/_docs/public/stylesheets/ebiten.css b/_docs/public/stylesheets/ebiten.css index b96d2962b..97f300aad 100644 --- a/_docs/public/stylesheets/ebiten.css +++ b/_docs/public/stylesheets/ebiten.css @@ -1,11 +1,9 @@ img.example { background-color: #000; - image-rendering: crisp-edges; - image-rendering: pixelated; } header { - background-color: #eeeeee; + background-color: #dddddd; } footer {