summaryrefslogtreecommitdiff
path: root/example/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/test.cpp')
-rw-r--r--example/test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/example/test.cpp b/example/test.cpp
index 4d9af96..ca6f38e 100644
--- a/example/test.cpp
+++ b/example/test.cpp
@@ -43,6 +43,9 @@ int main()
cObjectHandler screen(&render);
cInput input;
+ render.forceScreenSize({20,20});
+ render.mute(true);
+
ball aball;
edge edgeLeft(1,10);
edge edgeRight(1,10);