summaryrefslogtreecommitdiff
path: root/dat
diff options
context:
space:
mode:
authorOxore <oxore@protonmail.com>2018-12-06 11:09:44 +0300
committerOxore <oxore@protonmail.com>2018-12-06 11:15:59 +0300
commit14f2aadae65713192f1ef722050353c4d781f17e (patch)
treed37920436c0d07fe37601eee8965b14da9e3b519 /dat
parent80ff7b315a6b5a9f9c62de5c6b03f52ddf099837 (diff)
Implement "game over" state (scene)
Also rename arrKeys variable to keys.
Diffstat (limited to 'dat')
-rw-r--r--dat/texts.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dat/texts.yaml b/dat/texts.yaml
index 6f8f480..d24f3bd 100644
--- a/dat/texts.yaml
+++ b/dat/texts.yaml
@@ -68,3 +68,21 @@
size: 36
x: 60
y: 188
+
+-
+ type: "title"
+ scene: "game_over"
+ text: "Game Over"
+ font: "Arial"
+ size: 36
+ x: 42
+ y: 188
+
+-
+ type: "press_key"
+ scene: "game_over"
+ text: "press any key"
+ font: "Arial"
+ size: 24
+ x: 57
+ y: 240