mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
ebitenutil: Refactoring
This commit is contained in:
parent
1da3f32715
commit
af53988a17
@ -12,6 +12,9 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
//go:generate go-bindata -nocompress -pkg=assets text.png
|
||||||
|
//go:generate gofmt -s -w .
|
||||||
|
|
||||||
package assets
|
package assets
|
||||||
|
|
||||||
import (
|
import (
|
||||||
@ -20,11 +23,6 @@ import (
|
|||||||
_ "image/png"
|
_ "image/png"
|
||||||
)
|
)
|
||||||
|
|
||||||
const FileNameText = "text.png"
|
|
||||||
|
|
||||||
//go:generate go-bindata -nocompress -pkg=assets text.png
|
|
||||||
//go:generate gofmt -s -w .
|
|
||||||
|
|
||||||
const (
|
const (
|
||||||
TextImageWidth = 192
|
TextImageWidth = 192
|
||||||
TextImageHeight = 128
|
TextImageHeight = 128
|
||||||
|
Loading…
Reference in New Issue
Block a user