diff options
Diffstat (limited to 'dat/texts.yaml')
-rw-r--r-- | dat/texts.yaml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/dat/texts.yaml b/dat/texts.yaml new file mode 100644 index 0000000..1086999 --- /dev/null +++ b/dat/texts.yaml @@ -0,0 +1,36 @@ +--- +- + type: "score" + scene: "game" + text: "Score: " + font: "Arial" + size: 20 + x: 270 + y: 10 + +- + type: "level" + scene: "game" + text: "Level: " + font: "Arial" + size: 20 + x: 270 + y: 44 + +- + type: + scene: "menu" + text: "TETRIS" + font: "Arial" + size: 36 + x: 290 + y: 100 + +- + type: "" + scene: "menu" + text: "Press \"S\" to start" + font: "Arial" + size: 20 + x: 276 + y: 200 |