From eb877e39f7d2f56537e09af22c1bb1298d4eb306 Mon Sep 17 00:00:00 2001 From: g5-chappell <gareth2.chappell@live.uwe.ac.uk> Date: Fri, 12 Nov 2021 02:37:12 +0000 Subject: [PATCH] Upload New File --- gif_config.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gif_config.hpp diff --git a/gif_config.hpp b/gif_config.hpp new file mode 100644 index 0000000..209beee --- /dev/null +++ b/gif_config.hpp @@ -0,0 +1,8 @@ +// Configure the dimensions and playback speed here +// Note: these are constants and so you will +// need to recompile to see changes! + +const int GRID_X = 40; +const int GRID_Y = 40; + +int DELAY = 20; \ No newline at end of file -- GitLab