Change window title

This commit is contained in:
mollusk 2018-01-23 03:19:02 -07:00
parent 4ad0995076
commit 6d65d6b783

View File

@ -29,7 +29,7 @@ func loadPicture(path string) (pixel.Picture, error) {
func run() {
cfg := pixelgl.WindowConfig{
Title: "Pixel Rocks!",
Title: "Project RPG",
Bounds: pixel.R(0, 0, 1024, 768),
VSync: true,
}