replace ugly backdrop texture default tip

Sun, 27 Jul 2025 23:54:33 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 27 Jul 2025 23:54:33 +0200
changeset 230
02090b2d147e
parent 229
5c05b5164a16

replace ugly backdrop texture

test/snake/snake.c file | annotate | diff | comparison | revisions
test/snake/textures/backdrop.png file | annotate | diff | comparison | revisions
--- a/test/snake/snake.c	Sun Jul 27 23:44:14 2025 +0200
+++ b/test/snake/snake.c	Sun Jul 27 23:54:33 2025 +0200
@@ -100,7 +100,7 @@
 static void create_backdrop(void) {
     AscSceneNode *node = asc_sprite(
         .texture = TEXTURE_BACKDROP,
-        .texture_scale_mode = ASC_TEXTURE_SCALE_REPEAT
+        .texture_scale_mode = ASC_TEXTURE_SCALE_REPEAT,
     );
     asc_behavior_add(node, .func = scale_backdrop);
     asc_scene_add_node(BACKDROP_SCENE, node);
Binary file test/snake/textures/backdrop.png has changed

mercurial