• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2bmpblock: 2.0
3
4images:
5  background:     Background.bmp
6  text:           Word.bmp
7
8screens:
9  scr_1:
10    - [0, 0, background]
11    - [45, 45, text ]
12
13  scr_2:
14    - [0, 0, background]
15    - [45, 400, text ]
16
17  scr_3:
18    - [0, 0, background]
19    - [400, 400, text ]
20
21  scr_4:
22    - [0, 0, background]
23    - [400, 45, text ]
24
25
26localizations:
27  - [ scr_1, scr_2, scr_3, scr_4 ]
28