diff options
author | Frederico Linhares <fred@linhares.blue> | 2022-05-25 15:43:46 -0300 |
---|---|---|
committer | Frederico Linhares <fred@linhares.blue> | 2022-05-26 10:49:56 -0300 |
commit | 57f2032f1d65eadaf07eafbcd9020e8ec6bed109 (patch) | |
tree | f97f75346486aee7b200d35591a7258f617b9fd6 /test/config | |
parent | c85fd4823767733be979cd9b3b9bc8c32afb6dda (diff) |
test Create tests for the engine
Diffstat (limited to 'test/config')
-rw-r--r-- | test/config/init.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/config/init.yaml b/test/config/init.yaml new file mode 100644 index 0000000..2139b75 --- /dev/null +++ b/test/config/init.yaml @@ -0,0 +1,7 @@ +name: "Candy Gear Test" +game: + width: 640 + height: 360 +screen: + width: 1280 + height: 720 |