Dmcdominic / Enviro

A puzzle game created for CMU's Computer Game Programming 15-466 (Fall, 2020)
0 stars 0 forks source link

Level complete screen after completing a level #21

Closed Dmcdominic closed 3 years ago

Dmcdominic commented 3 years ago

Example code for inserting a newline whenever the text would go past the screen width. Search for "newline_after_char", between lines 250 and 290:

https://github.com/Dmcdominic/Primordials/blob/3eaa3cc2d9fdb931874a49265549d871116a4c10/MenuMode.cpp#L253