From 6e752e5a065dd44486dd972165082aa38f92aadd Mon Sep 17 00:00:00 2001 From: John Alanbrook Date: Fri, 9 Jan 2026 23:35:53 -0600 Subject: [PATCH] draw2d --- world.cm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/world.cm b/world.cm index 528a55ef..54617b28 100644 --- a/world.cm +++ b/world.cm @@ -1,11 +1,11 @@ var world = {} -world.add_2d = function(sprite) { - this.render_2d.push(sprite) +world.add_entity = function(e) { + var ent = use(e) } return function() { var newworld = meme(world) - newworld.render_2d = [] + newworld.entities = [] return newworld } \ No newline at end of file