restrict file types and add help text about game data

This commit is contained in:
Max Bradbury 2020-11-28 18:33:11 +00:00
parent 704f710047
commit b157007ff3
1 changed files with 5 additions and 1 deletions

View File

@ -40,7 +40,11 @@ html(lang="en-gb")
.page.game-data .page.game-data
h2 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 br
textarea#game-data( textarea#game-data(