Login

Fancade Wiki

Updated Keyboard Shortcuts.md (markdown)

... ...
@@ -21,7 +21,8 @@ On macOS, CMD and CTRL are treated as the same button.
21 21
| CTRL + C key | Copy blocks | |
22 22
| CTRL + V key | Paste blocks | |
23 23
| CTRL + X key | Cut blocks | |
24
| CTRL + S key | Save level | |
24
| CTRL + S key | Save game in the browser's local storage | This is not a normal file in the filesystem. Local storage can easily be cleared, so it is recommended to download the game as a local file regularly using CTRL + SHIFT + S |
25
| CTRL + SHIFT + S key | Save the game as a local file | Such local files can later be dragged and dropped over the browser window to restore a lost game file |
25 26
| CTRL + Z key | Undo | |
26 27
| CTRL + Shift + Z key | Redo | |
27 28
| Escape key | Go back or Close | |
... ...
@@ -31,7 +32,7 @@ On macOS, CMD and CTRL are treated as the same button.
31 32
32 33
| Input | Description | Other |
33 34
| ----- |-------------| ----- |
34
| Arrow keys | Generate directional swipes with minor offset along seconary direction + Generating fake accelerometer inputs | Shift and CTRL modifies the distance. Special cases when detecting the Virtual Gamepad or Neo Joystick (does not support buttons or dual sticks mode yet) |
35
| Arrow keys | Generate directional swipes with minor offset along secondary direction + Generating fake accelerometer inputs | Shift and CTRL modifies the distance. Special cases when detecting the Virtual Gamepad or Neo Joystick (does not support buttons or dual sticks mode yet) |
35 36
| WASD | Same as arrow keys but with opposite minor offset along secondary direction | Shift and CTRL modifies the distance |
36 37
| Keypad keys | Same as arrow keys but no secondary direction offsets | Shift and CTRL modifies the distance |
37 38
| TFGH | Fake accelerometer | Shift and CTRL modifies the angle amount, ALT adds white noise to the output |
... ...
@@ -63,8 +64,8 @@ On macOS, CMD and CTRL are treated as the same button.
63 64
64 65
## Top Menu
65 66
66
| CTRL + S key | Save the selected game as a local file | Only works in "Projects" |
67
| Files dropped onto window | Create a new game in "Projects" for each file | Only works in the top menu |
67
| CTRL + S key | Save the selected game as a local file | Only works in "Projects" or if the current logged-in user is the author of the game |
68
| Files dropped onto window | Create a new game in "Projects" for each file | Only works in the top menu. Doesn't work if the file exists or if the current logged-in user is not the author of that game (and the game is not editable). This can be used for turn-based collaboration. |
68 69
69 70
70 71
## Misc
... ...
@@ -73,6 +74,7 @@ On macOS, CMD and CTRL are treated as the same button.
73 74
| ----- |-------------| ----- |
74 75
| F1 | Contextual help | Open a wiki help page in a new tab. Selecting or hovering over (in the inventory) a stock prefab opens up the wiki page for that prefab. |
75 76
77
76 78
## Parameters
77 79
78 80
| Parameter | Description | Other |
... ...
@@ -81,3 +83,4 @@ On macOS, CMD and CTRL are treated as the same button.
81 83
| max_h | Maximum height of the canvas | Default value is 768 |
82 84
| ar_w | Aspect ratio width | In a 4/3 aspect ratio, this parameter should be 3. If any of the ar_w or ar_h is set, the aspect ratio is forced and limited by the max_w and max_h parameters |
83 85
| ar_h | Aspect ratio height | In a 4/3 aspect ratio, this parameter should be 4. If any of the ar_w or ar_h is set, the aspect ratio is forced and limited by the max_w and max_h parameters |
86
| lv | Level index of the startup game | Can be used for linked games |
Fancade Wiki