diff options
author | Oxore <oxore@protonmail.com> | 2017-12-02 12:25:18 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-12-02 12:25:18 +0300 |
commit | 0edc5e799a5485f405756695491f1a497c21243c (patch) | |
tree | 7d29e8627ff30f40a741243a329af0b2a53e04c2 /dat/ya.yaml | |
parent | e600f2e2703108152bac81fcebca1dfc92488295 (diff) |
Rename yaml text resource file
Diffstat (limited to 'dat/ya.yaml')
-rw-r--r-- | dat/ya.yaml | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dat/ya.yaml b/dat/ya.yaml deleted file mode 100644 index 1086999..0000000 --- a/dat/ya.yaml +++ /dev/null @@ -1,36 +0,0 @@ ---- -- - 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 |