summary refs log tree commit diff
path: root/src/flier.c
AgeCommit message (Collapse)Author
2025-05-08flying enemy behaviour tweakszlago
hopefully less weird, still to fix: edge case where they can fly backwards?
2025-05-08include more specific headers than SDL.hzlago
improves compilation times, since so many things only need SDL_render.h
2025-01-28make flying enemies patrol path handling less weirdzlago
2024-10-26redo the damage systemzlago
2024-10-26move save file code to a separate filezlago
2024-10-23hacky save systemzlago
2024-10-14add flying enemyzlago