From 001c344d00a675f95d7e5759a186016fffb3c95c Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 28 Aug 2022 00:35:39 +0900 Subject: [PATCH] ebiten: update comments about `EBITENGINE_SCREENSHOT_KEY` Update #2265 --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 3715e4f81..8a458d044 100644 --- a/doc.go +++ b/doc.go @@ -59,7 +59,7 @@ // `EBITENGINE_SCREENSHOT_KEY` environment variable specifies the key // to take a screenshot. For example, if you run your game with // `EBITENGINE_SCREENSHOT_KEY=q`, you can take a game screen's screenshot -// by pressing Q key. This works only on desktops. +// by pressing Q key. This works only on desktops and browsers. // // `EBITENGINE_INTERNAL_IMAGES_KEY` environment variable specifies the key // to dump all the internal images. This is valid only when the build tag