restrict file types and add help text about game data
This commit is contained in:
parent
704f710047
commit
b157007ff3
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue