ebitenutil: Refactoring

This commit is contained in:
Hajime Hoshi 2016-07-31 22:02:56 +09:00
parent 1da3f32715
commit af53988a17

View File

@ -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