This commit is contained in:
Hajime Hoshi 2013-12-08 16:28:56 +09:00
parent 8fbd818f28
commit a25a2df6b4

View File

@ -9,7 +9,7 @@ import (
var TexturePaths = map[string]string{ var TexturePaths = map[string]string{
"ebiten": "images/ebiten.png", "ebiten": "images/ebiten.png",
"text": "images/text.png", "text": "images/text.png",
} }
type Game struct { type Game struct {