Project

General

Profile

Revision 313

organizing fonts

View differences:

ent.c
41 41
    ret->y = 0.0;
42 42
    ret->health = 100;
43 43
    ret->current_health = ret->health;
44
    ret->txt = text_ctor(consolas, "");
44
    ret->txt = text_ctor(default_font, "");
45 45
    ret->type = type;
46 46
    ret->team = team;
47 47
    ret->dude   = sprite_ctor(dude  );

Also available in: Unified diff