diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-12 21:58:15 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-12 21:58:15 -0500 |
| commit | 93419ee676afecc3d8647cd27fc9504221d6353d (patch) | |
| tree | a3c60f2d66493754103e3653d58690120f1c6cb3 /main.c | |
| parent | 5ff2902259cc135375f526005a79d1e8cd83816b (diff) | |
display count of objects collected
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ int main(int argc, char *argv[]) { "error creating renderer: %s", SDL_GetError()); return 1; } + SDL_SetRenderDrawBlendMode(rend, SDL_BLENDMODE_BLEND); init_world(&game); while (run()); |
