test/snake/snake.c

changeset 159
da7ebfcdd159
parent 158
f650994ec543
--- a/test/snake/snake.c	Tue Jun 17 20:11:53 2025 +0200
+++ b/test/snake/snake.c	Wed Jun 18 23:55:08 2025 +0200
@@ -200,7 +200,7 @@
     asc_ink_rgb(255, 0, 0);
     asc_scene_add_node(MAIN_SCENE,
         asc_rectangle(.x = 200, .y = 250, .width = 100, .height = 75,
-            .thickness = 4, .radius = 15)
+            .thickness = 4, .radius = 15, .filled = true, .border_color = asc_col4i_new(0, 255, 0, 255))
     );
 
     // Main Loop

mercurial