bouncy balls
[carveJwlIkooP6JGAAIwe30JlM.git] / world.h
diff --git a/world.h b/world.h
index c99cfdc1807ca6a752c5121ce0ff71156f3f1657..ab663d005e4ffadacb32956e34c3e503c9287679 100644 (file)
--- a/world.h
+++ b/world.h
@@ -239,8 +239,12 @@ VG_STATIC struct world_global{
    u32 timer_text_count;
 
    struct text_particle{
-      rigidbody *rb;
+      rb_object obj;
+      m4x3f mlocal;
       ent_glyph *glyph;
+      v4f colour;
+
+      m4x3f mdl;
    }
    text_particles[6*4];
    u32 text_particle_count;