--- a/src/text.c Sat May 10 15:06:47 2025 +0200
+++ b/src/text.c Sat May 10 15:42:56 2025 +0200
@@ -100,6 +100,7 @@
}
// initialize
+ asc_scene_node_name(node, args.name);
text->base.texture = malloc(sizeof(AscTexture));
asc_texture_init_rectangle(text->base.texture, 1);
asc_text_update(node);