From b157007ff3cbeb078dd6868ae574416f21c4f300 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Sat, 28 Nov 2020 18:33:11 +0000 Subject: [PATCH] restrict file types and add help text about game data --- index.pug | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.pug b/index.pug index e7f280e..f6013e1 100644 --- a/index.pug +++ b/index.pug @@ -40,7 +40,11 @@ html(lang="en-gb") .page.game-data h2 game data - input#game(type="file" autocomplete="off") + p. + your game data is available from the #[i game data] window in bitsy, + under the #[i tools] dropdown. + + input#game(type="file" accept=".bitsy,.txt" autocomplete="off") br textarea#game-data(