X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=world.h;h=ab663d005e4ffadacb32956e34c3e503c9287679;hb=610907ae753bdda202236d52a6fcf77d14d63193;hp=c99cfdc1807ca6a752c5121ce0ff71156f3f1657;hpb=e5dfbef890431a69291a9f0a9ca4a88ea8d0705a;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world.h b/world.h index c99cfdc..ab663d0 100644 --- 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;