ebiten: English

This commit is contained in:
Hajime Hoshi 2022-06-15 02:25:32 +09:00
parent 0f27999909
commit 654c4c286c

View File

@ -400,7 +400,7 @@ type DrawTrianglesShaderOptions struct {
Uniforms map[string]interface{} Uniforms map[string]interface{}
// Images is a set of the source images. // Images is a set of the source images.
// All the images must be the same sizes. // All the images' sizes must be the same.
Images [4]*Image Images [4]*Image
// FillRule indicates the rule how an overlapped region is rendered. // FillRule indicates the rule how an overlapped region is rendered.
@ -542,7 +542,7 @@ type DrawRectShaderOptions struct {
Uniforms map[string]interface{} Uniforms map[string]interface{}
// Images is a set of the source images. // Images is a set of the source images.
// All the images must be the same sizes. // All the images' sizes must be the same.
Images [4]*Image Images [4]*Image
} }