ebiten/internal/assets/bindata.go
2014-12-11 02:03:13 +09:00

210 lines
24 KiB
Go

package assets
import (
"fmt"
"io/ioutil"
"os"
"path"
"path/filepath"
"reflect"
"strings"
"time"
"unsafe"
)
func bindata_read(data, name string) ([]byte, error) {
var empty [0]byte
sx := (*reflect.StringHeader)(unsafe.Pointer(&data))
b := empty[:]
bx := (*reflect.SliceHeader)(unsafe.Pointer(&b))
bx.Data = sx.Data
bx.Len = len(data)
bx.Cap = bx.Len
return b, nil
}
type asset struct {
bytes []byte
info os.FileInfo
}
type bindata_file_info struct {
name string
size int64
mode os.FileMode
modTime time.Time
}
func (fi bindata_file_info) Name() string {
return fi.name
}
func (fi bindata_file_info) Size() int64 {
return fi.size
}
func (fi bindata_file_info) Mode() os.FileMode {
return fi.mode
}
func (fi bindata_file_info) ModTime() time.Time {
return fi.modTime
}
func (fi bindata_file_info) IsDir() bool {
return false
}
func (fi bindata_file_info) Sys() interface{} {
return nil
}
var _text_png = "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\x00\x00\xc0\x00\x00\x00\x80\x08\x06\x00\x00\x00\x5d\x84\x66\x6b\x00\x00\x00\x01\x73\x52\x47\x42\x00\xae\xce\x1c\xe9\x00\x00\x01\x59\x69\x54\x58\x74\x58\x4d\x4c\x3a\x63\x6f\x6d\x2e\x61\x64\x6f\x62\x65\x2e\x78\x6d\x70\x00\x00\x00\x00\x00\x3c\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x20\x78\x6d\x6c\x6e\x73\x3a\x78\x3d\x22\x61\x64\x6f\x62\x65\x3a\x6e\x73\x3a\x6d\x65\x74\x61\x2f\x22\x20\x78\x3a\x78\x6d\x70\x74\x6b\x3d\x22\x58\x4d\x50\x20\x43\x6f\x72\x65\x20\x35\x2e\x34\x2e\x30\x22\x3e\x0a\x20\x20\x20\x3c\x72\x64\x66\x3a\x52\x44\x46\x20\x78\x6d\x6c\x6e\x73\x3a\x72\x64\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x77\x77\x77\x2e\x77\x33\x2e\x6f\x72\x67\x2f\x31\x39\x39\x39\x2f\x30\x32\x2f\x32\x32\x2d\x72\x64\x66\x2d\x73\x79\x6e\x74\x61\x78\x2d\x6e\x73\x23\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x20\x72\x64\x66\x3a\x61\x62\x6f\x75\x74\x3d\x22\x22\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x78\x6d\x6c\x6e\x73\x3a\x74\x69\x66\x66\x3d\x22\x68\x74\x74\x70\x3a\x2f\x2f\x6e\x73\x2e\x61\x64\x6f\x62\x65\x2e\x63\x6f\x6d\x2f\x74\x69\x66\x66\x2f\x31\x2e\x30\x2f\x22\x3e\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x3c\x74\x69\x66\x66\x3a\x4f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3e\x31\x3c\x2f\x74\x69\x66\x66\x3a\x4f\x72\x69\x65\x6e\x74\x61\x74\x69\x6f\x6e\x3e\x0a\x20\x20\x20\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x44\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x3e\x0a\x20\x20\x20\x3c\x2f\x72\x64\x66\x3a\x52\x44\x46\x3e\x0a\x3c\x2f\x78\x3a\x78\x6d\x70\x6d\x65\x74\x61\x3e\x0a\x4c\xc2\x27\x59\x00\x00\x11\x4b\x49\x44\x41\x54\x78\x01\xed\x9c\xeb\x9a\xdc\x46\x0e\x43\x77\xf3\xe5\xfd\x5f\x79\x37\x98\xce\x99\x20\x30\x29\x95\xd4\xea\xdb\x98\xf5\xc3\x20\x41\xf0\x52\x54\xcb\x63\x7b\x6c\xff\xe7\x3f\x73\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\xf8\x6b\x03\xff\xfb\xeb\x5c\xb1\x88\xae\x4e\xc7\x5f\xd1\xf3\x4c\x8d\x6e\x9e\xa3\x7c\xd7\xbb\xab\xd3\xe9\x9f\xcd\xff\xa1\x86\x1a\xd2\xcf\xde\x10\xd2\x92\x07\xc2\x91\x8b\x2f\xcc\xe3\x39\x1e\x83\xa7\x46\x22\xda\xe4\x2b\x5f\x5a\xe7\xf1\x41\x62\xe9\xc3\x0f\xfe\x1e\x1b\xf8\x7a\x01\x8e\x5c\x55\x1f\x98\xff\xfe\x75\x12\xb7\x6a\x48\xef\x07\x6d\xc5\x11\x4b\xa4\x9f\x72\x64\x67\xbc\xf2\x57\x75\x55\xee\x70\x8f\xdf\x40\x3e\x9f\xf4\xef\x99\x40\xb5\x74\xf6\x6a\xfc\xb9\x27\xc8\x38\x1f\xc0\x44\xe9\xba\x86\xc9\x2b\xb7\xaa\x9b\xdc\x11\x5f\x3d\xb2\xae\xcf\x78\xa4\xd6\x33\xb5\xb9\x1b\x7a\xe7\x5d\xe0\x7f\x0a\x5e\xf9\xbc\xb2\x96\xfb\x6e\x57\xbb\xdb\x7d\x01\xb2\x00\x7e\x87\x34\x51\x1c\x7b\xe5\x61\x52\x8f\x9c\x44\x3e\xcc\xe2\x57\xea\x91\xef\x79\x70\xe0\x5e\x4f\x74\x8f\xc4\x23\x77\x79\xe4\x1c\xcf\xac\xbd\xb5\x77\x9e\xd7\x55\x7b\xd9\xab\xb3\xf9\x02\x68\x50\x2d\xc6\x07\xf6\x01\xe1\xd1\x1d\x5d\x62\x97\x97\x3c\x97\x00\xbd\x8f\x6b\xb1\x53\xc7\xcc\xe4\x75\x3a\xe2\xef\x80\xcc\x98\xb3\xe4\xdd\x32\xfe\xee\xbe\xee\xb5\x77\x07\x9e\x17\x98\x77\xaa\xf8\x95\xba\xaa\x53\xea\x44\xfa\x41\xe8\x9c\x6c\xf8\x0a\xc5\xbd\xf2\x30\xdf\xbd\x33\x3c\xba\xce\x55\xf5\xef\xbd\x27\xf9\xdd\x3c\x47\x79\xea\x25\x56\x75\x2a\xce\xf3\x32\x8e\x0f\xee\x69\xa5\xe3\xa4\x36\xf9\xf6\x2b\x40\xbe\x65\xf2\x55\x0c\x3e\xd1\x1b\x61\xa3\xc1\x07\xcf\xf0\xe4\xae\xa2\x2e\xaa\x3e\xa9\x17\x9f\x5c\x37\x8f\x74\xae\x5f\xa9\xe7\x1a\xcf\xf5\x9e\xce\xbb\xde\x35\x9d\xed\xb9\xae\x39\x5a\xc7\x73\xbb\x9a\x9d\x66\x45\xbf\x35\x8f\x62\xaa\x51\x69\x3a\xde\x67\x91\xed\x33\x60\xab\x9e\x4e\x57\xa3\x8d\x29\xc1\x8f\x37\x13\x5f\xf9\xf0\x20\x9a\x3d\x7f\x4f\x97\xf9\xe8\x8f\xe2\x5e\x9d\xbd\x78\xf6\xeb\xf4\x1d\x9f\xf9\xf8\x47\xf5\xe4\x3d\x0a\xbb\x79\x3a\xbe\x9b\xa3\xd3\x77\xbc\xea\x64\x2c\x7d\x7a\xc1\x83\xc9\xe3\x83\xa9\x83\xaf\xb0\xfd\x0a\x80\x58\x6f\x0d\xb6\xd0\xdf\x22\x35\x72\xdf\x75\x6e\xe7\x40\xd4\x4c\x9e\x9c\xe4\xd1\x13\x1f\xfc\x75\x03\xb9\x33\x14\xef\xbc\xbb\x9c\x2d\x7d\xdd\x41\xf7\xaa\x78\xee\xd7\xe1\x6a\xde\xee\x0b\x90\x0d\x28\x9c\x98\x3a\xf7\xbb\x0b\xc0\x53\x8b\x1c\x78\xfc\x2d\x54\x6e\xc6\x8f\xe4\x67\xee\xa7\xfa\x9f\x72\xe7\xee\x79\x75\xfc\xd6\xf3\xa8\xee\xac\x3a\xf0\xd4\xc4\xaf\x6a\x1d\x7e\x01\x54\x8c\x26\x89\x55\x83\x15\xce\x6b\xae\xe8\x5d\xb3\x75\x39\x16\x80\x7e\x4b\x8b\xe6\xa7\x61\xee\x80\xfb\xbd\x6a\x17\x5d\xdf\x15\xbe\xd3\x70\x27\xa1\x6b\xdc\x76\xcd\x5d\x36\x0b\x4d\xbc\xab\xe8\x07\x24\x73\xdf\x1c\xb5\xe3\x53\x87\x7f\x54\x4f\xde\xa3\xb0\x9b\xa7\xe3\xbb\x39\x3a\x7d\xc7\x77\x75\x86\x9f\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\x6f\xb7\x01\x7e\x63\x03\x3e\x73\xc0\xad\x9e\x19\x4b\xff\x99\x73\x4e\xaf\xcf\xd8\xc0\xee\x1f\x83\xea\x43\xb4\xfa\xc7\x49\x68\x41\x5f\xc1\x2a\xa7\x1c\x69\x85\xab\x7d\xc9\x49\xbd\xfc\xaa\xaf\xf4\xaf\x3e\x3e\x17\xf7\xd5\x4c\x79\x07\xd7\x31\x73\xa5\x77\x0e\x9d\xd7\x22\x0e\x87\x8f\x56\x48\x4c\x36\x71\x38\x7c\xc5\x38\x55\x0c\x4e\x1a\xcf\x71\x9e\xfc\x33\xa8\x9a\x5b\xb5\xb6\xe2\xa7\xe6\xf1\x24\x06\x86\x03\x57\x78\x69\x39\xd2\xcb\x76\xcc\x1a\x55\xac\xe3\xae\xe4\x99\xe3\xd1\xb8\x7a\x7f\x74\xcc\xb3\xe7\x6f\xe9\x3c\xd7\x6d\x72\xc0\xad\x58\x6a\x52\x8b\x0f\xa6\x1e\xff\x0c\x66\xcd\xae\x46\xa5\x4b\x0e\xff\xf0\xbf\x08\xdb\x6b\x4a\x61\x47\xde\x58\xa1\x8e\x6a\x08\xa5\xc1\x47\xdf\xd5\xdf\xe2\xbd\x4e\xea\xe8\x03\x9f\x7d\xf6\x7c\xf2\xae\xc4\xad\x79\xe9\xb3\xa2\x41\x9b\x98\xb9\xe9\xa7\xde\xfd\x15\xed\x8a\xc6\x6b\x56\xb6\x6a\x1c\xe5\xf9\xac\x54\x79\xce\xe5\x33\xf7\x58\xda\xa7\x5e\x00\x06\x01\x55\x14\x3b\x31\x1b\xba\x8f\xd6\x17\x2a\x4e\xbe\x0e\xf1\x2a\xc7\xb9\x23\x36\xf5\x95\xd3\xf5\x38\x52\xef\x4a\xad\xe6\xa1\x5e\x75\x77\xc5\x3a\x9e\xbc\x23\x77\x92\x96\x43\xbe\x10\x4e\xe8\x7c\x65\x9f\xd9\x27\x75\x41\xea\xe2\x83\xce\xe7\xbd\xa5\xc9\x83\x5e\xe8\x73\xe1\x7b\x7c\xd9\x56\x93\x55\x31\x5a\x90\x3c\xf9\x1c\x38\x50\x3c\x36\xe8\x9c\xdb\xc4\x13\xf7\x34\x55\x3c\x39\xf9\x79\xb2\x8f\xfb\xa9\x95\xef\xf1\xce\x4e\x1d\x7e\x22\xf9\xf0\xf8\x8e\x19\x93\xcf\x41\x27\xbf\xb2\xe1\x40\x74\x60\xf2\x9d\xdf\xf1\x8f\xaa\x43\xbf\x55\xcc\x39\x94\x57\x71\x6d\xbd\x23\x62\xb4\xa0\x17\x85\x03\xbb\x41\x88\x27\x7a\xad\xb4\xd1\x26\x8f\x9f\x71\xf9\x1c\x34\xa0\x78\xec\x47\x60\xd6\xcf\x39\xaa\x78\x35\x47\xea\x52\x43\x1c\x54\xdc\xed\x15\x7d\x95\x53\xd5\x80\x03\xa9\x2d\xdf\x0f\xfc\x51\x54\x8d\xcc\xf1\xba\xd8\x95\x66\x85\x4b\xcd\x29\x9f\x21\x1c\xbd\x90\x78\xf9\x89\xce\x6d\xd9\x8a\x75\x87\x9a\x2b\x71\xb4\x89\xe4\xc2\xe3\x83\x1d\x4f\x3c\xb1\xd2\xaf\x70\xa9\x49\x5f\x7d\x2a\xae\xeb\x2f\x6d\x9e\xaa\x86\x34\x5b\x7c\x15\xab\x38\xea\x28\xe6\x27\xf9\xf4\xd1\x1e\xe5\xc9\x4b\x5c\xad\x73\xea\xf7\x00\xd9\x4c\x3e\xbf\x46\x4b\xd4\x20\x3a\xd2\x08\xab\x78\xfe\x7a\x4d\xda\x23\x67\x2b\xdf\x7b\xaa\x26\xfd\xa9\xbf\xe7\x4b\xa7\x1a\x8e\xe4\x76\x78\x54\xdf\xd5\xa9\xf8\xbc\x0f\x1a\x7a\xe2\x83\xba\x1f\x47\x9c\x6c\x62\xcf\xc2\x9c\x99\x59\x41\xe6\xc0\x07\xe1\x85\x9a\xbb\xe2\x5d\x83\x2d\x5d\x77\xcf\x8e\x27\xf7\x17\x5c\x6d\xaa\x44\xb4\xa0\x17\xab\x38\xe2\x19\x93\xaf\xe3\x35\xd1\x76\x88\x3e\xe3\x1d\x9f\xba\x3d\xff\x68\x9d\xd4\xa7\xef\xfd\x14\xe3\x38\x2f\x5b\xbc\x73\xe8\x1c\x89\x57\x1c\x31\xa1\xe2\xe9\x93\xb3\xca\xbb\x0e\x9b\x1a\x5d\x7d\x74\x8e\xa9\x25\xd6\xf1\xcf\x8a\xd3\xe7\x23\x31\x97\x97\xfe\xd9\x4b\x5d\x51\xe7\x8a\x1a\x67\xe7\xff\x94\xbc\xd9\xd1\xa7\x3c\xa9\x99\x73\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x3e\x72\x03\x4f\xff\x33\xe1\x8f\xdc\xd2\x0c\xfd\x94\x0d\xf8\x9f\x02\xad\xfc\x79\xfd\x96\x5e\xb1\x95\x1a\x5f\x17\x93\x98\x93\x37\x15\xef\x1c\x3a\xb0\x8b\xc1\xa3\x13\xc2\x09\x9d\xc7\xde\xe2\x33\x26\x5f\xa7\xaa\x7b\x8b\xfc\xbb\x07\x5c\x22\xf9\x20\x71\x7c\x10\x1e\x4c\x1e\x1f\xac\x74\x8a\x71\x3c\x0e\x27\x84\x17\x56\xbc\x73\x67\xf4\xe4\x80\xf4\xc3\x07\x3b\x9e\x78\x62\xa7\xaf\x78\xe5\xfa\x49\x0d\xbe\x50\x3a\xf7\x2b\x3b\x35\xf8\x60\x95\xf3\xcd\xa5\xe8\xac\xdf\xe5\x39\xdf\xd9\xdf\xc3\xfc\x65\xb8\x66\x8b\x47\x07\xa2\xdd\xf3\xd1\x81\xe8\x41\xf1\x9d\x4d\x0e\x1a\x74\x42\x9d\xe4\xf1\x1d\x65\xeb\xb8\xfe\xc6\xdc\x7e\xbc\x9a\xa7\x36\x75\xf7\xfc\x4e\x07\xdf\x61\xd6\x45\x97\x3c\x3e\xe8\x3a\xb7\xab\x38\x5c\xa2\xe7\xb9\x2d\x5d\xfa\x99\xfb\xfd\x57\x21\x24\xd4\x71\x81\x7c\x7d\x19\x49\xde\x35\x9d\x5d\x7d\xf9\x39\x5b\xab\xea\x51\xd5\xaf\x74\x47\x39\xee\xbc\x92\xc7\x7d\x72\x16\xf8\x95\x1a\x8f\xd2\xe4\x4c\x8f\xec\xc3\xe7\xc3\x77\xe7\x3b\x70\xde\xe7\xe8\x78\xd7\x78\x1d\xe7\x3b\x3b\xef\x9d\x7e\xe6\x7d\xbf\x00\x0a\xec\x89\x33\xf9\xa7\xf9\x2b\x0f\x24\xef\xdc\xed\x4c\xbc\xea\xa5\x7e\xfc\xf7\xda\xc0\xee\xbf\x09\xae\xc6\xf5\x07\xdb\x7d\x00\xaa\xbc\xe4\xba\x3a\x1d\xaf\xfc\x2a\xe6\x5c\xf6\x78\xa5\xbf\xfa\x12\xf8\xfc\x2b\xfb\xac\xf4\xd9\x6b\xa5\x4e\xb5\x1b\xea\x38\x56\x3a\xe7\x3a\x6d\xc7\x2b\x57\x77\x50\xdc\xeb\x74\xf6\x56\x9d\x2e\x67\x95\x6f\x5f\x00\x96\xec\xc8\xc0\xa0\x9a\x1c\xb9\x48\x0e\xe5\x75\x3c\xd6\xf1\xd2\x10\x63\x2e\xe7\x64\x3b\x2f\x3f\xcf\xd6\xbc\xaa\xbd\x15\xcf\x5a\x57\xf9\xdc\x69\xb5\x5e\x37\xa7\xd7\x79\xe6\x3d\xe8\x05\xee\xdd\x63\x55\xb7\x57\xe7\x8a\xf8\xbf\x7e\x09\xa4\xc1\xbc\xa8\x16\xca\x71\xfe\x27\xdb\xba\x6f\xee\xe1\x1d\xef\xfb\xec\x39\xe9\xe7\xf8\xcc\xbd\xd0\xf7\xea\x9e\xdf\x2f\x80\x1a\x70\xae\x68\x52\x7d\x88\xc4\xa9\xc7\x15\xf5\x1f\x59\x43\x33\x56\xf3\x3f\xb2\xe7\x99\xda\x3e\xe7\x95\xf3\x52\x57\xb8\x37\x97\x3f\x53\xf2\xb6\x72\x5c\xbf\xa5\x7b\x56\xec\xcf\x1c\x7a\xf5\xd2\x0c\x88\x7e\xab\x0e\x0f\x07\x2d\xb9\xf0\xf8\x19\x87\x17\x66\x7d\x8f\x75\x36\xf5\x7d\xe9\x59\x67\xab\x27\x75\xa9\x83\xbf\x92\x83\x16\x3c\xda\xf7\xdd\xf4\xdc\xe3\x0a\x3c\xbb\x4f\x76\x72\x66\xff\xdd\xdc\xbb\x6f\x78\x97\x38\xfc\xf3\x36\xe0\x2f\xf0\xf3\xba\x3e\xbf\x93\xbf\x18\xdd\x87\xdc\x77\xb1\xa2\xe7\x16\xae\x85\xeb\x7a\x10\x1f\x7c\xa3\x0d\xe8\x01\xea\xbc\xd1\x48\x33\xca\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\xf8\xcc\x0d\xfc\xe4\xdf\x5c\x6d\xdd\x6d\x2b\xf6\x99\x4f\xf2\x67\x4c\xad\xe7\xa2\xe3\xb7\xa9\xfc\xe4\x5c\x7f\xc8\x3e\x52\xe8\x88\xb6\x1a\xe2\x48\xbe\xb4\x3a\x55\x1d\xb8\xbd\x38\xba\x3d\xdc\xaa\xa3\x98\xce\x5e\x8d\x77\x8d\x7f\xd2\xec\xdd\xac\x47\x78\x69\x75\xf4\x3c\xc0\xee\xd9\x7c\x7d\x27\x98\x6f\x30\x74\xa2\x57\xf0\x1a\x5c\x73\xe9\xbc\xa2\xbf\xf7\x7c\x87\x19\x7c\x9e\xb1\xfb\x0d\xf0\xb9\x91\xc2\xed\x2e\xa3\xfd\xcb\x70\x5d\xc2\xf0\xb3\x81\x77\xde\x00\x3f\x59\x81\x7b\xb3\x7e\xbf\x00\x55\x82\xde\x20\x0a\x78\xfc\x1e\x9e\x7a\xc2\xae\x8e\x6b\xdc\x76\xbd\xf8\x6a\xa6\x3d\x8e\x7a\xd4\x72\xbd\xc7\x2a\x9e\xb8\x90\x7c\x38\xf4\xe2\x65\x13\x87\xcf\x1c\x78\x74\x59\x27\xf5\xf2\xa9\x0b\xc2\x09\x75\xbc\x56\xd6\x27\xe6\x3c\x36\xb9\xd4\xdd\xe2\x55\xc7\x75\xf8\x5f\x03\xfc\x3d\x83\xc7\x2b\x1e\x0e\xf4\x7e\x70\x6f\x87\x2c\x10\x64\x40\x7c\xf0\x0a\x5e\xb5\xfc\xa8\xa6\x7c\x6a\xbb\x8f\x8e\x58\xa7\x23\xee\xe8\x5a\x6c\xd0\x75\xb2\x93\xc7\xaf\x10\xce\xf3\x9c\xbb\x97\xf7\x5a\xd8\xa0\x6a\xeb\xb8\xef\xf6\x2d\xfa\xef\xb8\xeb\x53\x8b\xdf\x61\x97\x8b\xbe\xeb\xe7\x79\xd8\x99\x43\x2e\x71\xf7\xdd\x56\x9e\x8e\x73\xab\xf6\xf7\x57\x80\x2a\xe1\x6c\x51\xd5\x5a\x79\xab\xab\xfa\xe4\x29\x86\x5d\xcd\xe6\xdc\xaa\xce\x73\x2a\xfb\x48\xcf\x2a\x1f\xee\xaa\x79\xa8\x97\xe8\xf5\xb1\x85\xbe\x4f\xf8\xcc\xdd\xf3\xa9\xe3\x78\x24\x67\x4f\x4b\x3c\x77\xcd\xbc\xc9\xa3\xef\xf0\xa8\x3e\xeb\xb4\x2f\x40\x16\x96\x9f\xc9\xf7\xfa\x5c\xfa\xde\x3a\x57\xe5\x1f\x79\xe8\x57\xf5\xbc\xb2\x8e\xef\x33\x9f\xdf\x95\x7d\xee\xad\xf5\x4e\xb3\xb5\x2f\xc0\xb3\x2f\xb9\xb7\x14\x3e\x9c\xf7\xce\xb5\x97\x4f\x1f\xff\x30\xed\xe5\xdc\x1b\xd7\xdd\xa9\x41\x5f\xe6\x80\xdf\xc3\xbd\xfd\x91\x5f\xe9\xbc\xbf\x74\xf4\x66\x96\xe4\xb2\x06\x3e\xe8\x7a\xd9\x7e\x5c\xe3\xfc\xab\xec\xf6\x05\x60\x09\xd5\x60\xba\x04\x3c\x4b\x4a\x7d\xc7\x7b\x5e\x55\x87\x78\x85\xd4\x54\xcc\x73\x2b\xad\x6b\xa4\xf5\xdc\x4e\x0f\xcf\x5d\x32\xe7\x68\x1d\xea\x09\xa9\x09\xe7\xb5\xdd\x26\x4e\x0e\xfe\xde\x7d\xf7\xea\x93\x4f\x2f\xd7\xbb\x4d\xbf\x55\xf4\x9d\x50\xc7\x7b\x50\x87\xfe\xf2\xdd\x96\x8f\x5e\xf6\x9c\x66\x03\xb9\xb4\xf4\x9b\xb4\x4d\xfa\x8a\x1a\x9b\x0d\x16\x82\xab\x33\xac\xea\x16\x5a\x3e\x45\x92\xf3\xa6\xbf\x35\x84\xb4\x3a\xae\xa9\xfc\xe4\x5c\xbf\x6a\xbf\xfc\x9b\x4c\xab\x83\x4a\xe7\x17\x3e\xfb\xb3\xc6\x15\x35\x8e\xcc\xbc\xa7\xd5\x3c\x2b\x77\x59\xd5\xed\xf5\x7b\x66\xfc\xdd\x76\xfd\xcc\xbb\x4f\xaf\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\xe0\x87\x6f\xc0\xff\x41\x35\x57\x15\xa7\x83\xff\x53\xf0\x76\xab\xf5\x7b\x55\x7a\x38\xb0\xda\x8d\x62\x15\xff\x48\xae\xea\xb9\x35\xe3\x23\x67\x39\x55\xbb\xba\x80\x0a\x6d\xf1\x5d\xcc\x07\x48\xcd\x11\xdf\xb5\xb2\x75\x98\x29\xed\xaf\xe0\xdf\x3f\xd0\xbf\xe2\x88\x81\xd4\xc1\x5f\x45\xaf\x8d\xad\x5c\x6c\x90\x7a\xf2\x2b\x1b\x2e\x71\x45\xef\x1a\xf2\x2b\x8e\x58\xa2\xb4\x7e\x32\xbe\xea\x53\xc3\xf5\xe2\xf0\x3b\x9b\x38\xe8\x3a\x38\x61\xc5\x8b\xe3\xb8\x16\x5b\x31\xec\xbb\xb0\x2a\xe4\x9c\xdb\x55\xa3\x8c\x1f\xf5\xab\x9a\xce\xed\xd5\x43\x9b\x3a\xf1\x15\x87\x7e\x0f\x33\x37\xfd\xcc\xf7\xb8\xdb\xe8\x2a\xae\x8b\x49\xab\x43\xfc\x0c\xde\x2a\xdc\x7e\x54\xfe\xd9\x7a\xe4\x81\xcc\xe2\xbe\xdb\x5d\x2f\x69\x74\xc8\x07\x6f\xec\xaf\xbc\xc7\xb1\x2f\x47\x9a\xe7\x60\xe9\xab\x71\x72\xee\x63\x83\x3e\xe8\x2a\xe7\x39\x69\xab\x06\xc7\x63\x70\x60\xc6\xe4\x2b\xe6\xfc\x11\x9b\xba\xab\x35\xd0\x57\x3d\xba\x1a\x1d\xaf\x1a\x5b\xb1\xaa\x87\x73\xcc\x42\x0d\xd0\x35\x47\xec\xcc\x77\xbf\xb2\x9d\xa3\x4f\xc5\x29\x76\x94\xdf\xca\xa1\xd7\x2f\x98\x4d\xf0\x13\xb7\x8a\x4b\xcb\xf1\x06\xe2\xba\x3c\x62\xe8\xf1\x41\xf8\x2d\xac\xb4\xc9\xb9\x8f\x0d\x6e\xd5\xde\x8a\x91\x0f\x6e\x69\xbb\x98\x72\xf3\xa0\x15\x8f\x0d\x3a\xe7\x36\xf1\xc4\xd4\xe0\x0b\x39\xca\x91\xed\xb9\xe9\x7b\xac\xb2\x2b\xbd\x38\x9d\xd4\xc3\x81\xc4\xd3\xdf\xe3\x15\x5f\xcd\x69\xff\x6f\x50\x9a\xec\x21\xff\xab\x19\x0d\x41\x78\xf2\xe5\x13\x13\x87\xed\xe8\x39\x6e\x53\x43\x48\x9d\x2e\xee\xda\xca\x26\x3f\x63\x9a\x83\x98\xd7\x66\x3e\xd7\xa3\x4b\xce\x7d\xea\x39\x77\xc4\x66\x86\xac\xc3\x3c\x20\x3a\x9f\x09\xee\x48\xbf\x15\x2d\x3d\x73\xa6\x95\x5c\xd7\x74\xf3\x71\x07\x47\xcf\xeb\xfa\x3a\xcf\x8c\x55\x0d\xd7\x79\xdd\x4d\x9b\x82\x88\xf0\x41\x78\x61\xc5\x39\x5f\xc5\x2b\xce\x73\x64\x73\xd0\x82\xf0\x1d\xae\xea\xc8\x47\x0f\xc2\x3b\x6e\xc5\xd0\xa1\x01\xe1\xcf\xe0\x15\x35\xaa\xbe\x59\xd7\x7d\xd9\x3a\xca\x03\xa9\x91\x3e\xfc\x2a\x2a\xdf\x8f\xe7\x89\x97\x0f\x66\xac\xe3\xab\x1c\x69\x75\xa8\xe1\x36\x9c\xf0\xee\xaf\x00\x5e\x6c\xcb\xce\x01\xdc\xc7\xee\x7e\x66\xa0\x6e\xf5\x56\x13\xeb\x30\x6b\xe3\xbb\x9e\xbe\x5e\x5f\x3a\x78\xd7\x3e\xdb\x7e\xc5\x0c\xec\xa1\xba\xeb\xbd\xf3\x74\xf9\xec\x1b\xf4\xde\x70\x42\xe7\x65\x57\xf5\xb6\xf4\xe4\xa3\xc1\x6f\xb1\x6a\x2a\xce\x0f\xc9\x70\xf8\x42\x71\x47\x7c\xb4\x99\x07\x2f\xdc\x8a\xa1\x4b\x4d\xfa\xe8\x2a\x3c\xa2\xcd\xfc\xcc\x4d\x3f\xf5\xaf\xf2\x7d\x2e\xd9\x3a\x3e\x0b\x3e\xe8\xb1\x47\xd9\x5d\x2f\xf1\x7e\xb2\xbf\x62\xce\xb9\x96\x18\x88\x0e\xff\xd4\x57\x00\x7e\x86\xf0\xb7\x4f\x05\xf1\x29\x2e\x5f\x87\xa6\xc2\xf4\x3d\xb6\x65\x7b\xfd\x2d\x9d\xc7\x98\xc3\xb9\x15\x5b\x33\x9e\xe9\x47\xed\xb3\x7d\xc9\x17\x56\x35\xce\xee\xce\xeb\xba\x4d\x0f\xee\xeb\xb1\x33\xf6\xbd\x3b\xeb\xee\x07\x5f\xd5\xe7\x0e\x1e\xab\xf4\x79\x47\x34\x67\xee\xf9\x94\x1c\x2e\xe6\xcd\xc4\xe9\x38\x37\xf6\xb9\x0d\x5c\xbd\xc7\xab\xeb\x9d\xbb\xd5\x64\xcd\x06\x16\x37\x70\xe5\x07\xf6\xca\x5a\x8b\xe3\x8f\x6c\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xdc\xb7\x81\xad\xdf\xc8\x54\x31\x71\x3a\xde\xf5\xc6\xdc\x38\x8f\x61\x83\x5d\x8e\xf3\x47\xed\xaa\x36\x35\xaa\x98\x38\x1d\x34\x42\x7c\xb0\x8a\x39\x87\xdd\xe9\x93\xc7\x07\xc9\xef\x50\x3a\x1d\xc5\x41\xb4\xe9\xc3\x57\x5a\xb8\xcc\x91\xaf\x43\x9c\x1a\x15\x47\x6c\x0f\xc9\x45\x97\x3e\xbc\xb0\x8a\x89\xd3\xa9\x74\xc9\xa3\x71\xde\x6d\xe2\xcb\x58\x25\xef\x71\xc4\x1d\xb1\x69\x8c\x0f\x26\x2f\x9f\x98\x30\x8f\xeb\x89\xc1\x39\x2a\xe6\xbe\xec\x3d\xce\xe3\xd8\xe0\xd1\x5a\xe8\x3d\xbf\xb2\x93\x93\xcf\xc9\x1a\xc9\x13\x17\x2a\xe6\xfe\x0a\x47\x8e\x23\x36\xb5\xf0\x41\xf8\x0e\xa5\xe3\x54\x1a\xc5\x92\xdf\xe3\x3c\x8e\x0d\x7a\xad\xe4\xd2\x77\xed\xdb\xd9\x3e\x2c\x76\x22\x43\xc3\x77\x3e\xfc\x27\xa2\xdf\xcd\xed\x4f\xb8\x8b\xcf\x2b\x5b\xe7\x95\x73\xdf\x26\xf8\xe7\x47\x9f\xe5\x1f\xf6\x9f\x19\xbf\xbf\x13\xac\x60\xf5\xdd\xb1\x47\xf2\xfe\xdd\xb9\xaa\xb7\x0f\x9f\x36\x7a\xcd\x57\xc5\xae\xe2\x55\xdb\x6b\xd1\xf7\x4a\x3e\xe7\xa7\x76\xf6\xc2\x7f\xf4\x3c\x55\x7d\x71\xf4\xdf\x9a\x8f\xdc\x4e\xff\x68\x5e\xb3\x55\x73\x76\x7d\xbf\x5f\x00\x25\xbe\xea\xf8\xc0\x67\x66\xe8\xf2\xaf\xe4\x73\x81\x9a\x53\xf5\xaf\xe0\xbb\x3b\x57\xb5\x93\xc3\x07\xa9\x85\x0f\xde\xcb\xfb\x5d\xb3\x26\xb5\x3f\x11\xff\xd0\xd0\x5c\x48\xe8\x97\x78\x25\xcf\x5c\x39\x93\xcf\xf7\x13\x6c\xee\x07\xfa\x9d\xf8\xd0\x39\xf7\x4a\x9b\x79\x84\xaf\x9c\x43\xbd\x99\x45\x36\x9f\x53\xd9\x5b\x47\x3a\x0e\x77\x78\x8b\xaf\x00\x39\x34\x97\x63\xc8\x8c\xa7\xaf\x4b\xc1\x79\xce\x55\x3c\xb5\x1f\x81\x7b\x77\x25\xfe\x88\xde\x47\x6b\x6a\x9f\xcc\xe3\x7b\x3e\x5a\xe7\xd1\xfa\xee\xb9\xfb\xcc\xdc\xe5\x4f\xc4\x8e\x5c\x52\x83\x3e\x9b\x3f\xb3\x1c\xbf\x98\xe7\x5f\xc5\x7b\xcd\x57\xd8\xfe\x3c\x5e\xd1\x5f\x3d\xf9\xc0\xc8\x66\x9e\x6e\xbf\xd2\x3c\xe3\x74\x73\x1c\x99\xeb\xeb\x2b\x80\x27\xf0\x81\xd7\x05\x5e\xc5\xaf\x2c\xcf\x1f\xc8\x8a\x7e\x34\xf7\x6d\xc0\x3f\x0b\xaa\xe4\xfe\x27\x3f\x8b\xb7\xfc\x25\x10\x8f\x8a\x97\x51\xcb\xd6\xc1\xaf\x1e\x00\x39\x1e\x73\xfd\x15\x7c\x3e\x68\xea\xdf\xc3\x7b\x0d\x9f\xd1\xef\xe3\x76\xb7\x87\x47\xf3\x3e\x83\xdb\xf4\xe5\x1e\xf2\x15\x87\x47\x7b\x35\x4f\xdd\x23\xc8\x8c\xca\x61\x9e\x23\xf9\x6f\xa1\xf5\x4b\xbc\xc5\x40\xbf\xf9\x10\x9f\xf2\x3c\x3e\x65\xce\xcd\x8f\xd3\x8f\xb8\xc4\xe6\x0d\x27\xf8\xa8\x0d\xcc\x67\xe7\x51\x9b\x9d\xba\xb3\x81\xd9\xc0\x6c\x60\x36\x30\x1b\x98\x0d\xcc\x06\x66\x03\xb3\x81\x0f\xdd\xc0\xd6\x6f\x12\xaa\x98\x38\x1d\xbf\xee\x8d\xb9\x71\x1e\xc3\x06\xbb\x1c\xe7\x8f\xda\x55\x6d\x6a\x54\x31\x71\x3a\x68\x84\xf8\x60\x15\x73\x0e\xbb\xd3\x27\x8f\x0f\x6e\xe5\x2b\x26\x9d\x0e\x36\xfa\xca\xdf\x8b\xdd\x2a\xfd\x7a\xdf\xaa\x7e\xc5\x79\xfd\x23\x36\xb5\xaa\x9c\x2a\x26\x4e\xc7\xf5\xf8\xa0\xc7\x64\x77\x7c\xa7\x6b\xf5\x55\x60\x8f\x23\xee\x88\xcd\x00\xf8\x60\xf2\xf2\x33\x86\xe6\x08\x56\x35\xf6\x38\x8f\x63\x83\xd9\xbb\xe2\xf7\x38\x8f\x63\x83\x5e\x5f\x1c\x47\xbc\x6c\x10\xdb\xf5\xc4\x8e\x72\xd4\x72\xc4\xa6\x16\x3e\x08\x7f\x16\xab\x3a\x7b\x9c\xc7\xb1\x41\x9f\xa3\xe2\x3c\xee\x36\x5a\xd0\x63\x2f\xb3\x35\x8c\xce\xcb\x06\x78\x71\xe3\xdb\xed\x6f\x3f\xbe\x78\x94\xa5\xf6\xef\xfe\xac\xde\x7d\xbe\xa5\x25\xff\xae\xa2\x4f\x78\x78\x7b\x33\xee\xc5\x1f\xfd\x6c\x8f\xf6\xff\xfa\xb6\xb5\x27\xf9\xb7\x88\x5f\xc1\x7b\x4f\x96\xc5\x4c\x1e\x83\x93\xe6\x59\xbc\xf7\xf4\xbe\x57\xf1\xaa\x49\x2d\xdd\x49\x36\x77\x83\xf7\xbe\xae\x7f\x06\xaf\x1e\xd5\x61\x46\xc5\x98\x93\xf9\xd1\xe3\x83\x8f\xe4\xa9\x2d\xdc\x9b\xc7\xb5\x5f\xb6\x5f\xc6\x83\xcf\xe6\xe9\x97\xc8\x4c\xcf\xe2\xb3\x1f\x3e\xc8\x1c\xf8\xe0\x2a\x9f\x3a\x7c\xa1\x4e\xd6\x73\x4e\x31\x7c\xf0\x91\x7a\xf5\xf0\xe3\xfd\xb1\x15\xc7\x66\x16\xf7\x89\x13\xc3\x07\x9f\xcd\x7f\xfd\x65\xb8\x6c\x9e\x43\xe0\x83\x8f\xd4\x7b\x6d\xb7\xe9\x0d\xf2\x66\xcb\xef\x74\x57\xf1\xf4\x7c\x36\xfa\x1d\x9f\xdd\x3b\xfb\xed\xcd\xa2\x5d\x4b\xd3\xed\x3c\xeb\xbd\x8b\xff\xf5\xef\x01\xfc\x72\x5c\x80\x0b\x31\xe8\xb3\x78\xf5\x63\x91\x3e\x17\x73\x54\xd8\xe9\xae\xe2\xab\x9e\xbf\x2b\x97\x9f\x8b\x4f\xdf\xc3\x5b\xff\x75\xe8\xad\xe5\x76\x0f\xe2\xd1\xfc\xd6\x4c\xbf\x6b\xac\xdb\x39\xfb\x50\x1c\xdb\xf1\x1e\x9e\x9f\x24\xbd\x1e\xb6\xd7\xe5\x27\xc1\x4e\xff\xcb\x6f\x82\x55\x84\x24\x2f\xf4\x2c\x3e\x7b\x76\x7d\x99\x51\x71\xcf\xf9\x29\xbc\xee\x94\x77\xc1\x7f\xd5\x7d\xb5\xeb\xea\xec\xcd\xa3\xb9\xfd\x3e\xe8\xef\xe5\x7d\x16\xea\x83\x1e\xab\xec\x55\x5d\x95\xfb\x52\x8e\xe5\xbd\x74\x88\x69\xfe\xbd\x81\x57\x3d\x8f\xec\x8b\x0f\x7e\x0f\xf8\xb7\x91\x7c\xfa\xa9\x7f\x4b\xff\x23\x87\x7e\xcb\x4d\xfe\x8c\xa1\xf4\x79\xe0\x70\x23\xf9\xd8\x89\x68\xb7\x34\x99\x33\xfe\x6c\xe0\x47\x6f\xe0\xff\x68\x92\x3d\x90\xe3\x91\x6a\x6d\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82"
func text_png_bytes() ([]byte, error) {
return bindata_read(
_text_png,
"text.png",
)
}
func text_png() (*asset, error) {
bytes, err := text_png_bytes()
if err != nil {
return nil, err
}
info := bindata_file_info{name: "text.png", size: 4854, mode: os.FileMode(420), modTime: time.Unix(1418230741, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
// Asset loads and returns the asset for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func Asset(name string) ([]byte, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err)
}
return a.bytes, nil
}
return nil, fmt.Errorf("Asset %s not found", name)
}
// AssetInfo loads and returns the asset info for the given name.
// It returns an error if the asset could not be found or
// could not be loaded.
func AssetInfo(name string) (os.FileInfo, error) {
cannonicalName := strings.Replace(name, "\\", "/", -1)
if f, ok := _bindata[cannonicalName]; ok {
a, err := f()
if err != nil {
return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err)
}
return a.info, nil
}
return nil, fmt.Errorf("AssetInfo %s not found", name)
}
// AssetNames returns the names of the assets.
func AssetNames() []string {
names := make([]string, 0, len(_bindata))
for name := range _bindata {
names = append(names, name)
}
return names
}
// _bindata is a table, holding each asset generator, mapped to its name.
var _bindata = map[string]func() (*asset, error){
"text.png": text_png,
}
// AssetDir returns the file names below a certain
// directory embedded in the file by go-bindata.
// For example if you run go-bindata on data/... and data contains the
// following hierarchy:
// data/
// foo.txt
// img/
// a.png
// b.png
// then AssetDir("data") would return []string{"foo.txt", "img"}
// AssetDir("data/img") would return []string{"a.png", "b.png"}
// AssetDir("foo.txt") and AssetDir("notexist") would return an error
// AssetDir("") will return []string{"data"}.
func AssetDir(name string) ([]string, error) {
node := _bintree
if len(name) != 0 {
cannonicalName := strings.Replace(name, "\\", "/", -1)
pathList := strings.Split(cannonicalName, "/")
for _, p := range pathList {
node = node.Children[p]
if node == nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
}
}
if node.Func != nil {
return nil, fmt.Errorf("Asset %s not found", name)
}
rv := make([]string, 0, len(node.Children))
for name := range node.Children {
rv = append(rv, name)
}
return rv, nil
}
type _bintree_t struct {
Func func() (*asset, error)
Children map[string]*_bintree_t
}
var _bintree = &_bintree_t{nil, map[string]*_bintree_t{
"text.png": &_bintree_t{text_png, map[string]*_bintree_t{}},
}}
// Restore an asset under the given directory
func RestoreAsset(dir, name string) error {
data, err := Asset(name)
if err != nil {
return err
}
info, err := AssetInfo(name)
if err != nil {
return err
}
err = os.MkdirAll(_filePath(dir, path.Dir(name)), os.FileMode(0755))
if err != nil {
return err
}
err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode())
if err != nil {
return err
}
err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime())
if err != nil {
return err
}
return nil
}
// Restore assets under the given directory recursively
func RestoreAssets(dir, name string) error {
children, err := AssetDir(name)
if err != nil { // File
return RestoreAsset(dir, name)
} else { // Dir
for _, child := range children {
err = RestoreAssets(dir, path.Join(name, child))
if err != nil {
return err
}
}
}
return nil
}
func _filePath(dir, name string) string {
cannonicalName := strings.Replace(name, "\\", "/", -1)
return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...)
}