From d47d0f2345b5ae35461f1ee922e98b8a3677d155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 29 Sep 2020 13:37:16 +0200 Subject: [PATCH] add note about log level --- examples/screen_bounce.csn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +)