diff options
Diffstat (limited to 'dat/texts.yaml')
-rw-r--r-- | dat/texts.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dat/texts.yaml b/dat/texts.yaml index 5c35142..dec419c 100644 --- a/dat/texts.yaml +++ b/dat/texts.yaml @@ -1,5 +1,13 @@ --- - + type: "score.value" + scene: "game" + font: "Arial" + size: 20 + x: 350 + y: 10 + +- type: "score" scene: "game" text: "Score: " @@ -9,6 +17,14 @@ y: 10 - + type: "level.value" + scene: "game" + font: "Arial" + size: 20 + x: 350 + y: 44 + +- type: "level" scene: "game" text: "Level: " |