-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration files (json)
Grogall edited this page May 6, 2016
·
10 revisions
WRITING IN PROGRESS
## 1- Overview ArcadeRoom is plently configurable through json format files.Following features can be configured: * General preferences * Platform * Application styles ## 2- General preferences > FILENAME preferences.json
The json preferences allow to configure the following:
| Feature | Json tag |
|---|---|
| Cover size factor | coverSizeFactor |
| Language | language |
| Layout type | layoutType |
| Display consoles | showConsoles |
| Display No Covers games | showNoCovers |
| Display Status Bar | showStatusBar |
| Display Tools Bar | showToolsBar |
| ArcadeRoom Style | style |
Allowing to size the diplayed game covers by applying a scale factor.
It can be adjusted using TODO link to tools bar page.
| Values | Description |
|---|---|
| Real number from 0.5 to 1.5 | Scaling factor to apply |