Login

Fancade Wiki

Updated Wiki.md (markdown)

... ...
@@ -107,87 +107,11 @@ Click Rename, and enter the new page name.
107 107
108 108
There's no button to sign out (and seldom reason to). But if you clear the website data in your browser settings, you will be signed out. (It's a cookie?)
109 109
110
# Keyboard shortcuts
111
On macOS, CMD and CTRL are treated as the same button.
110
# Keyboard shortcuts (WIP)
111
<<Warn("WIP: This section of the article is not finished")>>
112 112
113
## Edit Mode
114
115
| Input | Description | Other |
116
| ----- |-------------| ----- |
117
| Mouse + RMB OR Arrow keys OR WASD keys OR Keypad | Pan | Shift pans slower. Pan is default in xz-plane only but using ALT unlocks free pan like in the app |
118
| Mouse scroll wheel OR Keypad +/- OR ? and ´ keys (the two buttons at the right of 0) | Zoom | Shift and CTRL modifies speed |
119
| Mouse + MMB OR O key OR R key | Orbit | Shift orbits slower, CTRL snaps angle, ALT snaps angle to topdown view |
120
| LMB + CTRL | Toggle selection of mouse-hovered block | |
121
| LMB + CTRL + Mouse move | Rectangle select adds to current selection | |
122
| Backspace OR Delete | Remove block | Removes selected blocks first. If no blocks are selected, it removes the block that the mouse hovers over. Holding down Shift continuously removes all blocks that the mouse hovers over. |
123
| E key | Open / Close block | |
124
| T key | Open / Close block for painting | |
125
| I key | Open / Close inventory | |
126
| F key | Focus on selected / Auto-fit camera | Auto-fits camera if no blocks are selected |
127
| G key | Camera pitch snap | Same as tapping on the camera button |
128
| Shift + F key | Fill block with current paint | Only available in paint block mode |
129
| CTRL + C key | Copy blocks | |
130
| CTRL + V key | Paste blocks | |
131
| CTRL + X key | Cut blocks | |
132
| CTRL + S key | Save level | |
133
| CTRL + Z key | Undo | |
134
| CTRL + Shift + Z key | Redo | |
135
| Escape key | Go back or Close | |
136
137
138
## Play Mode
139
140
| Input | Description | Other |
141
| ----- |-------------| ----- |
142
| Arrow keys | Generate directional swipes with minor offset along seconary direction | Shift and CTRL modifies the distance |
143
| WASD | Same as arrow keys but with opposite minor offset along secondary direction | Shift and CTRL modifies the distance |
144
| Keypad keys | Same as arrow keys but no secondary direction offsets | Shift and CTRL modifies the distance |
145
| TFGH | Fake accelerometer | Shift and CTRL modifies the angle amount, ALT adds white noise to the output |
146
| IJKL | Tap like it was an on-screen control in left-right-back-forward | |
147
| Space key OR Keypad 5 | Tap middle | |
148
| Z key | Tap left middle | |
149
| X key | Tap right middle | |
150
| Escape key | Tap top left | |
151
| Enter key | Tap top right | |
152
| P key | Pause / Resume | |
153
| Mouse + RMB | Pan with fake gesture | |
154
| Mouse scroll wheel OR ? and ´ keys OR Keypad +/- (the two buttons at the right of 0) | Zoom with fake gesture | Shift and CTRL modifies speed |
155
| Mouse + MMB | Orbit with fake gesture | |
156
| Mouse + MMB + CTRL | Pitch with fake gesture | |
157
| CTRL + R key | Restart | Also works in the pause menu |
158
| CTRL + P key | Enters "dev pause mode" where the game is paused without the pause UI showing | |
159
| SHIFT + P key | Steps a single frame forward in "dev pause mode" | Only works in edit mode |
160
161
162
## Menus
163
164
| Input | Description | Other |
165
| ----- |-------------| ----- |
166
| Mouse scroll wheel OR Up and down arrow keys | Scroll up and down | |
167
| Left and right arrow keys | Switches tab in main menu | |
168
| Enter key | Tap the "focus" button | |
169
| Escape key | Close or back | |
170
| CTRL + Q | Eject / Exit game in pause menu | |
171
172
## Top Menu
173
174
| CTRL + S key | Save the selected game as a local file | Only works in "Projects" |
175
| Files dropped onto window | Create a new game in "Projects" for each file | Only works in the top menu |
176
177
178
## Misc
179
180
| Input | Description | Other |
181
| ----- |-------------| ----- |
182
| 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. |
183
184
## Parameters
185
186
187
| Parameter | Description | Other |
188
| --------- | ----------- | ----- |
189
| max_w | Maximum width of the canvas | Default value is 1024 |
190
| max_h | Maximum height of the canvas | Default value is 768 |
191
| 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 |
192
| 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 |
113
On macOS, CMD and CTRL are treated as the same button.
193 114
115
## Editor
116
* Edit/Preview: Ctrl + C
117
* Help: question mark (?)
... ...
\ No newline at end of file
Fancade Wiki