ebiten/examples/blocks
Hajime Hoshi d8ba49eaab examples/blocks: Fix initializing fonts not to depend on init() order
https://golang.org/ref/spec#Package_initialization
It is expected that init() is executed in file name order,
but this is not 100%.
2018-03-17 01:56:32 +09:00
..
blocks examples/blocks: Fix initializing fonts not to depend on init() order 2018-03-17 01:56:32 +09:00
main.go examples: Add jsgo build tag experimentally 2018-03-15 01:26:21 +09:00