IsaacMcCracken / CardGame

1 stars 3 forks source link

create init functions for each class with predfined specs #20

Closed kaiden-keane closed 9 months ago

kaiden-keane commented 9 months ago

stuff like player->health_cap = 50; player->health = 20; player->movement_cap = 10; player->movement_left = 10; player->h_flip = 1; player->animation_state = AnimationState_running; gets pretty long