mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Update the links
This commit is contained in:
parent
d7a9193e52
commit
8243c1838a
2
image.go
2
image.go
@ -128,7 +128,7 @@ func (i *Image) Fill(clr color.Color) error {
|
|||||||
// case is when you use an offscreen as a render source. An offscreen doesn't
|
// case is when you use an offscreen as a render source. An offscreen doesn't
|
||||||
// share the texture atlas with high probability.
|
// share the texture atlas with high probability.
|
||||||
//
|
//
|
||||||
// For more performance tips, see https://ebiten.org/performancetips.html
|
// For more performance tips, see https://ebiten.org/documents/performancetips.html
|
||||||
//
|
//
|
||||||
// DrawImage always returns nil as of 1.5.0-alpha.
|
// DrawImage always returns nil as of 1.5.0-alpha.
|
||||||
func (i *Image) DrawImage(img *Image, options *DrawImageOptions) error {
|
func (i *Image) DrawImage(img *Image, options *DrawImageOptions) error {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
//
|
//
|
||||||
// This package is used when you use `ebitenmobile bind`.
|
// This package is used when you use `ebitenmobile bind`.
|
||||||
//
|
//
|
||||||
// For usage, see https://ebiten.org/mobile.html.
|
// For usage, see https://ebiten.org/documents/mobile.html.
|
||||||
package mobile
|
package mobile
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
Reference in New Issue
Block a user