mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebitenutil: Use png2compressedrgba
This commit is contained in:
parent
e3b99dd081
commit
0fefd59b24
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
//go:generate go run png2rgba.go -input text.png -output /tmp/compressedTextRGBA
|
||||
//go:generate png2compressedrgba -input text.png -output /tmp/compressedTextRGBA
|
||||
//go:generate file2byteslice -input /tmp/compressedTextRGBA -output textrgba.go -package assets -var compressedTextRGBA
|
||||
//go:generate gofmt -s -w .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user