graphics: Rename EBITEN_DUMP_IMAGES_KEY to EBITEN_INTERNAL_IMAGES_KEY

This commit is contained in:
Hajime Hoshi
2018-04-28 22:24:03 +09:00
parent a36bb5dffd
commit 452a9b14a4
2 changed files with 14 additions and 14 deletions

2
doc.go
View File

@@ -42,6 +42,6 @@
// `EBITEN_SCREENSHOT_KEY=q`, you can take a game screen's screenshot
// by pressing Q key.
//
// The EBITEN_DUMP_IMAGES_KEY environment variable specifies the key
// The EBITEN_INTERNAL_IMAGES_KEY environment variable specifies the key
// to dump all the internal images.
package ebiten