diff --git a/examples/screen_bounce.csn b/examples/screen_bounce.csn index 33f6e67..068081c 100644 --- a/examples/screen_bounce.csn +++ b/examples/screen_bounce.csn @@ -1,3 +1,5 @@ +; Set log level to "info" or above for the best results! + ( (main (sc-init 800 600) @@ -25,4 +27,4 @@ (sc-blit 0) (j :loop) ) -) \ No newline at end of file +)