diff options
author | Frederico Linhares <fred@linhares.blue> | 2022-10-10 16:13:12 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2022-10-10 16:15:09 -0300 |
commit | 9d6d723846d737b0bcc6b51afefcf313f723dcd0 (patch) | |
tree | d4b6ea5556fc9c56e28ea01ffe8375bee0a464bb /test/config | |
parent | 63d7d305da643ec20fed3cdd60c4daec29272c41 (diff) |
feat Move configuration from YAML file to game
Diffstat (limited to 'test/config')
-rw-r--r-- | test/config/init.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/config/init.yaml b/test/config/init.yaml deleted file mode 100644 index 0a7fdcf..0000000 --- a/test/config/init.yaml +++ /dev/null @@ -1,4 +0,0 @@ -name: "Candy Gear Test" -screen: - width: 1280 - height: 720 |