diff options
author | Brendan Coles <bcoles@gmail.com> | 2020-11-01 20:16:45 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-11-02 13:16:01 +0100 |
commit | 9f8a8e07c2d25009268830c51f58c052a8f6936b (patch) | |
tree | c7a68957dfa6128eb6d3b3978c01e6e4384d434f /Base | |
parent | 9faca895d36a2929a81a50890ccecb112d643388 (diff) | |
download | serenity-9f8a8e07c2d25009268830c51f58c052a8f6936b.zip |
Games: Use pledge and unveil
Diffstat (limited to 'Base')
-rw-r--r-- | Base/home/anon/.config/Snake.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Base/home/anon/.config/Snake.ini b/Base/home/anon/.config/Snake.ini new file mode 100644 index 0000000000..46fa3bb686 --- /dev/null +++ b/Base/home/anon/.config/Snake.ini @@ -0,0 +1,3 @@ +[Snake] +HighScore=0 + |