From 292782f2b88caa0dad8e1b4535150f1fdfc00818 Mon Sep 17 00:00:00 2001 From: Cameron Albert Date: Sat, 31 Oct 2020 10:47:07 -0700 Subject: [PATCH] Added a Visual C++ code snippet for stubbing olcPixelGameEngine test projects. --- CodeSnippets/olcpge.snippet | 83 +++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 CodeSnippets/olcpge.snippet diff --git a/CodeSnippets/olcpge.snippet b/CodeSnippets/olcpge.snippet new file mode 100644 index 0000000..4cfc897 --- /dev/null +++ b/CodeSnippets/olcpge.snippet @@ -0,0 +1,83 @@ + + + +
+ olcpge + olcpge + Code snippet for One Lone Coder Pixel Game Engine + + Expansion + SurroundsWith + +
+ + + + name + Class name + MyClass + + + title + Game title + My Game + + + screen_width + Screen width + 256 + + + screen_height + Screen height + 240 + + + pixel_width + Pixel width + 4 + + + pixel_height + Pixel height + 4 + + + + + + +
+
\ No newline at end of file