mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebitenutil: adjust the size of the debug print text image
This commit is contained in:
parent
074d370096
commit
3d034610a9
@ -54,7 +54,7 @@ func run() error {
|
||||
lines = append(lines, line)
|
||||
}
|
||||
|
||||
dst := image.NewRGBA(image.Rect(0, 0, charWidth*32+1, lineHeight*8+1))
|
||||
dst := image.NewRGBA(image.Rect(0, 0, charWidth*32, lineHeight*8))
|
||||
for i, clr := range []color.Color{color.RGBA{0, 0, 0, 0x80}, color.White} {
|
||||
var offsetX int
|
||||
var offsetY int
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user