aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat: add dialog functionalityHEADmasterFederico Igne2023-04-161-14/+171
* perf: do not draw entites off the screenFederico Igne2023-03-051-15/+15
* feat: enemies chase entities, get stunned and fly off the screenFederico Igne2023-03-051-95/+203
* docs: add docs on component/entity removalFederico Igne2023-03-051-1/+7
* refactor(entities): shorten component getters/checkers for entitiesFederico Igne2023-03-051-91/+98
* docs: add missing function docsFederico Igne2023-03-051-4/+21
* fix: reduce horizontal friction in mid airFederico Igne2022-11-041-2/+6
* feat: add force field component/systemFederico Igne2022-11-041-1/+51
* feat: add metadata componentFederico Igne2022-11-041-3/+11
* feat: add waypoints with movement animation and particle effectFederico Igne2022-11-041-1/+67
* feat(): add test effect on attackFederico Igne2022-10-201-11/+50
* feat(): add generic way for systems to remove entities/componentsFederico Igne2022-10-201-2/+14
* fix(movement-system): avoid frantically jumping when pressing UPFederico Igne2022-09-231-1/+1
* feat(action): add ability to bind action (functions) to buttonsFederico Igne2022-09-231-0/+23
* feat(input): record button state with both `btn`/`btnp`Federico Igne2022-09-231-9/+5
* feat: add placeholder sprite for enemiesFederico Igne2022-09-231-8/+4
* fix(component-entities): turn component into list componentFederico Igne2022-09-231-5/+10
* feat: add ability to embed entities in a levelFederico Igne2022-09-221-11/+52
* init: initial commitFederico Igne2022-09-212-0/+467