diff --git a/_docs/gen.go b/_docs/gen.go index f1b4626a7..ae64c0ef5 100644 --- a/_docs/gen.go +++ b/_docs/gen.go @@ -135,6 +135,7 @@ var ( graphicsExamples = []example{ {Name: "airship", ThumbWidth: 320, ThumbHeight: 240}, {Name: "alphablending", ThumbWidth: 320, ThumbHeight: 240}, + {Name: "animation", ThumbWidth: 320, ThumbHeight: 240}, {Name: "blur", ThumbWidth: 320, ThumbHeight: 240}, {Name: "drag", ThumbWidth: 320, ThumbHeight: 240}, {Name: "filter", ThumbWidth: 320, ThumbHeight: 240}, diff --git a/docs/examples/animation.html b/docs/examples/animation.html new file mode 100644 index 000000000..7a59ce23f --- /dev/null +++ b/docs/examples/animation.html @@ -0,0 +1,40 @@ + + + + + + +Ebiten example - animation + + + + + + + + +
+ +

Ebiten example - animation

+ +

Go Playground page

+ +
+ + + + + diff --git a/docs/images/examples/animation.png b/docs/images/examples/animation.png new file mode 100644 index 000000000..ad2103a8e Binary files /dev/null and b/docs/images/examples/animation.png differ diff --git a/docs/index.html b/docs/index.html index a464057c3..10d16ef94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,6 +75,8 @@ Ebiten example: airship
Ebiten example: alphablending +
+ Ebiten example: animation
Ebiten example: blur