summaryrefslogtreecommitdiff
path: root/tests/bitmaps/case_simple.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bitmaps/case_simple.yaml')
-rw-r--r--tests/bitmaps/case_simple.yaml27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/bitmaps/case_simple.yaml b/tests/bitmaps/case_simple.yaml
deleted file mode 100644
index c30a0645..00000000
--- a/tests/bitmaps/case_simple.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-bmpblock: 2.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 ]