summaryrefslogtreecommitdiff
path: root/tests/bitmaps/case_simple.yaml
blob: 5c8590dbc1ae69ca5c414bd9d23fb96b65705769 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

bmpblock: 1.0

images:
  background:     Background.bmp
  text:           Word.bmp

screens:
  scr_1:
    - [0, 0, background]
    - [45, 45, text ]

  scr_2:
    - [0, 0, background]
    - [45, 400, text ]

  scr_3:
    - [0, 0, background]
    - [400, 400, text ]

  scr_4:
    - [0, 0, background]
    - [400, 45, text ]


localizations:
  - [ scr_1, scr_2, scr_3, scr_4 ]