Login

Fancade Wiki

Updated Fancade Web.md (markdown)

... ...
@@ -280,7 +280,7 @@ NOTE: When importing a game with drag-and-drop, that game must first be removed.
280 280
281 281
NOTE: The first user who publish the game is the only one who can later update it.
282 282
283
## Size Parameters
283
## Parameters
284 284
285 285
The size of the web app canvas can be controlled with parameters.
286 286
... ...
@@ -292,6 +292,9 @@ This is useful when checking if a game works well on different screen sizes and
292 292
| max_h | Maximum height of the canvas | Default value is 768 |
293 293
| 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 |
294 294
| 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 |
295
| istart=1 | Instantly start the game without pressing "Play" | Default value is 0 |
296
| edit=1 | Start the game in the editor | Default value is 0 |
297
| lv | The level index to start at | Default value is 0 |
295 298
296 299
The size of the canvas is never greater than the browser window's inner size.
297 300
Fancade Wiki