Skip to content

Commit

Permalink
Mention web todos: save game, file open/save
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Jan 6, 2025
1 parent d4392e7 commit 38f76bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions htdocs/doc/web.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ We could also use https://en.wikipedia.org/wiki/Brotli[Brotli], a newer compress

- Is it good we capture keys by listening to `keydown` and `keyup` events on the whole `window`? Could conflict with other things on the same page trying to handle keys. Should we rather rely on canvas being focused? (but will need code to make it focused).

- Save the user settings / save games (link:manual_user_prefs.php[CastleConfig]) to webpage persistent storage.

- Open / save files by browser dialog (cgeref:TCastleWindow.FileDialog[]).

== Prerequisites

[NOTE]
Expand Down

0 comments on commit 38f76bb

Please sign in to comment.