mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +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
|
||||
// limitations under the License.
|
||||
|
||||
//go:generate go-bindata -nocompress -pkg=assets text.png
|
||||
//go:generate gofmt -s -w .
|
||||
|
||||
package assets
|
||||
|
||||
import (
|
||||
@ -20,11 +23,6 @@ import (
|
||||
_ "image/png"
|
||||
)
|
||||
|
||||
const FileNameText = "text.png"
|
||||
|
||||
//go:generate go-bindata -nocompress -pkg=assets text.png
|
||||
//go:generate gofmt -s -w .
|
||||
|
||||
const (
|
||||
TextImageWidth = 192
|
||||
TextImageHeight = 128
|
||||
|
Loading…
Reference in New Issue
Block a user