OLD | NEW |
(Empty) | |
| 1 # Invalid specification: requests missing image file. |
| 2 |
| 3 bmpblock: 1.0 |
| 4 |
| 5 # These are the individual images which are layered to produce a screen layout. |
| 6 images: |
| 7 devmode: NoSuchFile.bmp |
| 8 |
| 9 # These are all of the distinct layouts that we know how to display. |
| 10 screens: |
| 11 dev_en: |
| 12 - [0, 0, devmode] |
| 13 |
| 14 |
| 15 # To customize the images for a particular locale, just reorder this list so |
| 16 # that the default language appears first. |
| 17 localizations: |
| 18 - [ dev_en, dev_en, dev_en, dev_en ] |
| 19 |
OLD | NEW |