test/snake/snake.c

changeset 158
f650994ec543
parent 156
bd15eeaa88c0
--- a/test/snake/snake.c	Tue Jun 17 19:00:20 2025 +0200
+++ b/test/snake/snake.c	Tue Jun 17 20:11:53 2025 +0200
@@ -199,7 +199,8 @@
     // TODO: play around with the test rectangle
     asc_ink_rgb(255, 0, 0);
     asc_scene_add_node(MAIN_SCENE,
-        asc_rectangle(.x = 200, .y = 250, .width = 100, .height = 75)
+        asc_rectangle(.x = 200, .y = 250, .width = 100, .height = 75,
+            .thickness = 4, .radius = 15)
     );
 
     // Main Loop

mercurial