Vector2 gap
Shortest distance between word and spaceship*/.
Definition: spacetype_game.c:24
void text_mover(Vector2 *, Rectangle, Vector2, float)
Moves the word toward the player.
Definition: spacetype_game.c:347
void game()
main function for game mode
Definition: spacetype_game.c:76
Vector2 wordPos
position of word as it falls down
Definition: spacetype_game.c:25