Updated Fancade Web.md (markdown)
commited
commit
05841624a1cba9f0837a6ed038679fd3983029b1
... | ... | @@ -16,6 +16,23 @@ The web app will load the linked game and directly start the first level. |
16 | 16 | The starting level of a linked game can be set by appending the level index to the end like this: [[https://play.fancade.com/5F084A0BCE06B710/8]] |
17 | 17 | The `/8` part (after the game's unique identifier) sets the start level to 8, in this case. |
18 | 18 | |
19 | ||
20 | ## Differences Compared to App |
|
21 | ||
22 | There are some differences between the web app and the regular app. Here is a summary: |
|
23 | * Highscores, like/play counters use a separate system (we plan to merge these later) |
|
24 | * All in-app purchases are disabled |
|
25 | * Payouts are disabled |
|
26 | * The 'New' category is disabled |
|
27 | * Need to log in to Fancade account to play challenges |
|
28 | * Linked games start directly |
|
29 | * Additional controls for mouse and keyboard (see below for a complete list of commands) |
|
30 | * Auto-save in edit mode |
|
31 | * Dev pause mode with single-frame step |
|
32 | * Can download games in 'Projects' to local file system |
|
33 | * Can drag-and-drop files from local file system into web app. The game ends up in 'Projects' |
|
34 | ||
35 | ||
19 | 36 | ## Additional Controls |
20 | 37 | |
21 | 38 | The web app has additonal controls for mouse and keyboard. |