From 57f2032f1d65eadaf07eafbcd9020e8ec6bed109 Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Wed, 25 May 2022 15:43:46 -0300 Subject: test Create tests for the engine --- test/config/init.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/config/init.yaml (limited to 'test/config/init.yaml') 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 -- cgit v1.2.3