mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-04 17:27:16 -05:00
ba89bf965a
The edits outside of d2render or to fix the lint error for `DrawText`. `DrawText` should be called `DrawTextf` because it formats the string.
3 lines
81 B
Go
3 lines
81 B
Go
// Package ebiten provides a renderer implementation using Ebiten
|
|
package ebiten
|